We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edeffc1 commit a25398eCopy full SHA for a25398e
1 file changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: /scripts
5
+ schedule:
6
+ interval: weekly
7
+ day: 'sunday'
8
+ time: '02:00'
9
+ timezone: Europe/Berlin
10
+ groups:
11
+ all:
12
+ patterns:
13
+ - '*'
14
+
15
+ - package-ecosystem: github-actions
16
+ directory: /
17
18
19
20
+ time: '04:00'
21
22
23
24
25
0 commit comments