Skip to content

Commit bc98580

Browse files
chore: change dependabot schedule from daily to weekly
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c340401 commit bc98580

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
1212
groups:
1313
actions-deps:
1414
patterns:
@@ -18,7 +18,7 @@ updates:
1818
- package-ecosystem: "npm"
1919
directory: "/"
2020
schedule:
21-
interval: "daily"
21+
interval: "weekly"
2222
groups:
2323
actions-deps:
2424
patterns:
@@ -28,7 +28,7 @@ updates:
2828
- package-ecosystem: "composer"
2929
directory: "/"
3030
schedule:
31-
interval: "daily"
31+
interval: "weekly"
3232
groups:
3333
actions-deps:
3434
patterns:

0 commit comments

Comments
 (0)