Skip to content

Commit d3175f3

Browse files
authored
ci: replace lock_upd job with Dependabot (#619)
With the added config we should get from Dependabot at most daily PRs on breaking change releases of our direct upstream dependencies and at most weekly PRs for Cargo.lock updates.
1 parent f2ede81 commit d3175f3

File tree

2 files changed

+19
-29
lines changed

2 files changed

+19
-29
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
versioning-strategy: increase-if-necessary
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: cargo
10+
directory: "/"
11+
versioning-strategy: lockfile-only
12+
schedule:
13+
interval: weekly
14+
open-pull-requests-limit: 10
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: weekly
19+
open-pull-requests-limit: 10

.github/workflows/lock_upd.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)