Skip to content

Commit

Permalink
Merge pull request #72 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
chore: Switch to weekly dep updates to reduce noise
  • Loading branch information
zkoppert authored May 10, 2024
2 parents a522a8f + 74187d0 commit 0fbceb2
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 0fbceb2

Please sign in to comment.