Skip to content

Commit 872a91a

Browse files
committed
Dependabot: switch to weekly
No need to check on a daily basis. ("daily" was only really used to be able to test the setup) Follow up on 298 in which I explicitly stated: > Once the configuration has been "finalized" (I use that term loosely), this should be changed to run the Dependabot check only once a week.
1 parent 2c451f3 commit 872a91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: "composer"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
1212
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
1313
versioning-strategy: widen
1414
commit-message:
@@ -20,7 +20,7 @@ updates:
2020
- package-ecosystem: "github-actions"
2121
directory: "/"
2222
schedule:
23-
interval: "daily"
23+
interval: "weekly"
2424
open-pull-requests-limit: 5
2525
commit-message:
2626
prefix: "GH Actions:"

0 commit comments

Comments
 (0)