Skip to content

Commit 2eb3584

Browse files
authored
ci: fix Dependabot config (#620)
Unfortunately, we can not have two separate "jobs" for bumping direct dependencies and for updating Cargo.lock. The old config results in the following error: >Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'. Ecosystem 'cargo' has overlapping directories.
1 parent d3175f3 commit 2eb3584

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
4-
directory: "/"
5-
versioning-strategy: increase-if-necessary
6-
schedule:
7-
interval: daily
8-
open-pull-requests-limit: 10
93
- package-ecosystem: cargo
104
directory: "/"
115
versioning-strategy: lockfile-only

0 commit comments

Comments
 (0)