Skip to content

Commit 1b1729b

Browse files
authored
Fix Dependabot config (#1911)
It was previously complaining: > Your .github/dependabot.yml contained invalid details > > Dependabot encountered the following error when parsing your > .github/dependabot.yml: > > ``` > Update configs must have a unique combination of 'package-ecosystem', > 'directory', and 'target-branch'. Ecosystem 'cargo' has overlapping > directories. > ``` > > Please update the config file to conform with Dependabot's > specification.
1 parent 7f98cc0 commit 1b1729b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
8-
- package-ecosystem: cargo
3+
package-ecosystem: cargo
94
versioning-strategy: lockfile-only
105
directory: "/"
116
allow:

0 commit comments

Comments
 (0)