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 dfe4359 commit fe8b318Copy full SHA for fe8b318
.github/dependabot.yml
@@ -8,3 +8,7 @@ updates:
8
allow:
9
- dependency-type: development
10
versioning-strategy: increase
11
+ ignore:
12
+ -
13
+ dependency-name: "*"
14
+ update-types: ["version-update:semver-major"] # never update major versions
0 commit comments