We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b469d1 commit b7adb2fCopy full SHA for b7adb2f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ registries: '*'
8
+ ignore:
9
+ # update-package-lock workflow already handles minor/patch updates
10
+ - dependency-name: "*"
11
+ update-types: ["version-update:semver-minor", "version-update:semver-patch"]
0 commit comments