We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5c954 commit cc6d0aeCopy full SHA for cc6d0ae
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