Skip to content

Commit

Permalink
Dependabot: switch to weekly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrfnl committed Jul 15, 2023
1 parent 2c451f3 commit 872a91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
versioning-strategy: widen
commit-message:
Expand All @@ -20,7 +20,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "GH Actions:"
Expand Down

0 comments on commit 872a91a

Please sign in to comment.