Skip to content

Commit f6a644c

Browse files
Change Dependabot schedule from daily to weekly
1 parent 289ac97 commit f6a644c

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,25 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
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"]
1220

1321
- package-ecosystem: "pip"
1422
directory: "/"
1523
schedule:
16-
interval: "daily"
24+
interval: "weekly"
25+
day: "monday"
26+
time: "09:00"
27+
open-pull-requests-limit: 5
28+
groups:
29+
npm-minor-and-patch:
30+
update-types: ["minor", "patch"]
31+
npm-majors:
32+
update-types: ["major"]

0 commit comments

Comments
 (0)