Skip to content

Commit dd348a5

Browse files
committed
Update dependabot to monthly schedule with 7-day cooldown
- Change interval from weekly to monthly (triggers on 1st of month) - Add minimum-release-age of 7 days to avoid freshly released versions - Applied to both github-actions and gradle ecosystems
1 parent adf9c51 commit dd348a5

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)