diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2d837857c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directories: + - "/**" + schedule: + interval: "weekly" + labels: + - "dependencies" + - "automated" + commit-message: + prefix: "chore" + include: "scope" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"]