Skip to content

Commit 5b1c5ca

Browse files
horghclaude
andcommitted
Run Dependabot updates weekly
We now review dependency updates weekly rather than daily, so daily update runs only generate churn. Check for updates once a week on Monday morning instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 018feb6 commit 5b1c5ca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ updates:
33
- package-ecosystem: maven
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
day: monday
78
time: '14:00'
89
open-pull-requests-limit: 10
910
groups:
@@ -15,7 +16,8 @@ updates:
1516
- package-ecosystem: github-actions
1617
directory: /
1718
schedule:
18-
interval: daily
19+
interval: weekly
20+
day: monday
1921
time: '14:00'
2022
cooldown:
2123
default-days: 7

0 commit comments

Comments
 (0)