Skip to content

Commit

Permalink
Limit dependabot to 1 PR per group
Browse files Browse the repository at this point in the history
We ran out of travis credits because every time a dependabot was merged,
we would:

- build master
- rebase the other 4 dependabot PRs and build them
- get a fresh dependabot PR

This was 6 builds, running for both x64 and arm64.

So this will limit us to 1 PR per group, and I'll try to personally keep
a closer eye on the dependabot PRs.
  • Loading branch information
tiedotguy committed Aug 18, 2022
1 parent 6d10218 commit c5d50f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1 # Limit to 1 to reduce travis credit usage
- package-ecosystem: "docker"
directory: "/build"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
- package-ecosystem: "docker"
directory: "/cmd/tester"
schedule:
interval: "weekly"
interval: "weekly"
open-pull-requests-limit: 1

0 comments on commit c5d50f4

Please sign in to comment.