diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e3281732..2e76fa588 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,21 @@ updates: schedule: day: "monday" interval: "weekly" - # To be added when a package manager decision has been taken - # - package-ecosystem: "npm" / "pnpm" # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem + - package-ecosystem: "npm" # is value for yarn + directory: "/" + schedule: + day: "monday" + interval: "weekly" + groups: + development-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + production-dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + labels: + - "dependencies"