Skip to content

Commit

Permalink
Decrease frequency of dependabot
Browse files Browse the repository at this point in the history
Changing to weekly to have less noise

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored Dec 6, 2023
1 parent 28ab2b3 commit e6ddb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 10
groups:
gomod:
Expand All @@ -28,7 +28,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 10
groups:
actions:
Expand Down

0 comments on commit e6ddb6e

Please sign in to comment.