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 b783cb3 commit cf47d4cCopy full SHA for cf47d4c
.github/dependabot.yml
@@ -5,9 +5,9 @@ updates:
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"
+ - 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"
0 commit comments