Skip to content

Commit

Permalink
reduce dependabot PR frequency to monthly (ossf#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Fisher <maxfisher@google.com>
  • Loading branch information
maxfisher-g authored Nov 22, 2023
1 parent c5ecbbb commit 6bfaee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 10
groups:
gomod-minor-updates:
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/function/loader"
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 10
groups:
loader-minor-updates:
Expand All @@ -23,7 +23,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
actions-minor-updates:
update-types:
Expand All @@ -32,7 +32,7 @@ updates:
- package-ecosystem: "npm"
directory: "/internal/staticanalysis/parsing"
schedule:
interval: "weekly"
interval: "monthly"
groups:
parsing-minor-updates:
update-types:
Expand Down

0 comments on commit 6bfaee7

Please sign in to comment.