Skip to content

Commit

Permalink
Allow dependabot to open up to 20 PRs for Go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Sep 30, 2022
1 parent 695caa9 commit 4898e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/v2/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
- package-ecosystem: "docker"
Expand Down

0 comments on commit 4898e6b

Please sign in to comment.