Skip to content

Commit 597bb8e

Browse files
authored
Switch to weekly Dependabot cadence
1 parent 7ff568c commit 597bb8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
- package-ecosystem: "github-actions"
77
directory: "/"
88
schedule:
9-
interval: "daily"
9+
interval: "weekly"
1010
open-pull-requests-limit: 10
1111
groups:
1212
github-actions:
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "composer"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
open-pull-requests-limit: 10
2222
ignore:
2323
# These dependencies do not currently need to be managed with Dependabot.
@@ -26,15 +26,15 @@ updates:
2626
- dependency-name: "phpcompatibility/php-compatibility"
2727
- dependency-name: "yoast/phpunit-polyfills"
2828
groups:
29-
composer-packages:
29+
composer-weekly:
3030
patterns:
3131
- "composer/ca-bundle"
3232

3333
# Monitor some npm dependencies for updates in groups.
3434
- package-ecosystem: "npm"
3535
directory: "/"
3636
schedule:
37-
interval: "daily"
37+
interval: "weekly"
3838
open-pull-requests-limit: 20
3939
ignore:
4040
- dependency-name: "@wordpress/*"

0 commit comments

Comments
 (0)