diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..c6a78eac --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + registries: '*' + ignore: + # update-package-lock workflow already handles minor/patch updates + - dependency-name: "*" + update-types: ["version-update:semver-minor", "version-update:semver-patch"]