We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441dc27 commit b783cb3Copy full SHA for b783cb3
.github/dependabot.yml
@@ -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