Use dependabot, but only for major versions
This commit is contained in:
parent
441dc27e4d
commit
b783cb31ab
1 changed files with 13 additions and 0 deletions
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: cargo
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
ignore:
|
||||||
|
dependency-name: "*"
|
||||||
|
# patch and minor updates don't matter for libraries
|
||||||
|
# remove this ignore rule if your package has binaries
|
||||||
|
update-types:
|
||||||
|
- "version-update:semver-patch"
|
||||||
|
- "version-update:semver-minor"
|
||||||
Loading…
Add table
Reference in a new issue