Skip to content

Commit e25ab13

Browse files
authored
Merge pull request #255 from learningequality/claude/update-dependabot-config-PvYqr
Update dependabot to monthly schedule with 7-day cooldown
2 parents adf9c51 + dd348a5 commit e25ab13

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
@@ -9,9 +9,10 @@ updates:
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "weekly"
13-
day: "friday"
12+
interval: "monthly"
1413
time: "00:00"
14+
cooldown:
15+
default-days: 7
1516
groups:
1617
github:
1718
patterns:
@@ -20,6 +21,7 @@ updates:
2021
- package-ecosystem: "gradle"
2122
directory: "python-for-android/dists/kolibri"
2223
schedule:
23-
interval: "weekly"
24-
day: "friday"
24+
interval: "monthly"
2525
time: "00:00"
26+
cooldown:
27+
default-days: 7

0 commit comments

Comments
 (0)