Skip to content

Commit

Permalink
Further tweak dependabot config
Browse files Browse the repository at this point in the history
Remove labels - since it seems they are not desired, see discussion: pantsbuild#14089 (comment)

Also change it to run at a time where GHA CI is mostly idle so those PR don't compete on resources with human generated PRs.
  • Loading branch information
asherf committed Jan 10, 2022
1 parent de987cd commit a6aef47
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ version: 2
updates:
- package-ecosystem: "cargo"
directory: "/src/rust/engine"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
rebase-strategy: auto
schedule:
interval: "weekly"
day: "thursday"
time: "12:00"
day: "wednesday"
time: "03:00"
timezone: "US/Pacific"
reviewers:
- Eric-Arellano
- stuhood
labels:
- "rust"
- "dependencies"

0 comments on commit a6aef47

Please sign in to comment.