Skip to content

Commit

Permalink
Merge pull request #278 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 committed May 10, 2024
2 parents 59f5a58 + 86db7b4 commit 88e1dac
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" # See documentation for possible values
directory: "/" # Location of package manifests
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 88e1dac

Please sign in to comment.