Skip to content

Commit

Permalink
Merge pull request #7635 from eksctl-io/update-dependabot-config
Browse files Browse the repository at this point in the history
Update dependabot version updates frequency
  • Loading branch information
yuxiang-zhang committed Mar 1, 2024
2 parents 3dad473 + cbe870c commit 632768e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "skip-release-notes"
- "dependencies"
open-pull-requests-limit: 20 # setting a higher number so we can bundle all the weekly updates together
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: "monthly"
labels:
- "skip-release-notes"
- "dependencies"
open-pull-requests-limit: 10 # setting a higher number so we can bundle all the weekly updates together

open-pull-requests-limit: 10

0 comments on commit 632768e

Please sign in to comment.