Skip to content

Commit 6a9e7d0

Browse files
committed
Change dependabot intervals to weekly.
1 parent afd5d3a commit 6a9e7d0

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
@@ -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.
@@ -34,7 +34,7 @@ updates:
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)