Skip to content

Commit b783cb3

Browse files
committed
Use dependabot, but only for major versions
1 parent 441dc27 commit b783cb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: daily
7+
ignore:
8+
dependency-name: "*"
9+
# patch and minor updates don't matter for libraries
10+
# remove this ignore rule if your package has binaries
11+
update-types:
12+
- "version-update:semver-patch"
13+
- "version-update:semver-minor"

0 commit comments

Comments
 (0)