Skip to content

Commit

Permalink
Fix: Increase dependabot interval length from one day to one week
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 2, 2021
1 parent 21d8504 commit a7c67e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ updates:
open-pull-requests-limit: 10
package-ecosystem: "composer"
schedule:
interval: "daily"
interval: "weekly"
versioning-strategy: "increase"

- commit-message:
Expand All @@ -31,4 +31,4 @@ updates:
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit a7c67e6

Please sign in to comment.