Skip to content

Commit

Permalink
chore: Switch to weekly dep updates to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert committed May 10, 2024
1 parent af68e3b commit 776ddfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore(deps)"
groups:
Expand All @@ -16,7 +16,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore(deps)"
groups:
Expand All @@ -28,7 +28,7 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore(deps)"
groups:
Expand Down

0 comments on commit 776ddfa

Please sign in to comment.