We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289ac97 commit f6a644cCopy full SHA for f6a644c
.github/dependabot.yml
@@ -8,9 +8,25 @@ updates:
8
- package-ecosystem: "github-actions"
9
directory: "/"
10
schedule:
11
- interval: "daily"
+ interval: "weekly"
12
+ day: "monday"
13
+ time: "09:00"
14
+ open-pull-requests-limit: 5
15
+ groups:
16
+ actions-minor-and-patch:
17
+ update-types: ["minor", "patch"]
18
+ actions-majors:
19
+ update-types: ["major"]
20
21
- package-ecosystem: "pip"
22
23
24
25
26
27
28
29
+ npm-minor-and-patch:
30
31
+ npm-majors:
32
0 commit comments