Skip to content

Commit

Permalink
deps: reduce frequency of dependency updates
Browse files Browse the repository at this point in the history
This doesn't impact vulnerability scanning via
Dependabot, only version bumps
  • Loading branch information
jaymcp committed Nov 7, 2023
1 parent 3a7c3b4 commit 7548c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit 7548c97

Please sign in to comment.