Skip to content

Commit f5a1036

Browse files
authored
Merge pull request #199 from learningequality/claude/update-dependabot-config-NWtZi
Update dependabot to monthly schedule with 7-day cooldown
2 parents 0d0bc84 + 17362db commit f5a1036

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ updates:
77
- package-ecosystem: "pip"
88
directory: "/"
99
schedule:
10-
interval: "weekly"
11-
day: "wednesday"
10+
interval: "monthly"
1211
time: "00:00"
12+
cooldown:
13+
default-days: 7
1314

1415
# Maintain dependencies for Github Actions
1516
- package-ecosystem: "github-actions"
1617
directory: "/"
1718
schedule:
18-
interval: "weekly"
19-
day: "wednesday"
19+
interval: "monthly"
2020
time: "00:00"
21+
cooldown:
22+
default-days: 7
2123
groups:
2224
github:
2325
patterns:

0 commit comments

Comments
 (0)