Skip to content

Commit 6a34e22

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 0d5ec79 commit 6a34e22

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,15 +3,17 @@ updates:
33
- package-ecosystem: composer
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
day: monday
78
time: '14:00'
89
open-pull-requests-limit: 10
910
cooldown:
1011
default-days: 7
1112
- package-ecosystem: github-actions
1213
directory: /
1314
schedule:
14-
interval: daily
15+
interval: weekly
16+
day: monday
1517
time: '14:00'
1618
cooldown:
1719
default-days: 7

0 commit comments

Comments
 (0)