diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..d275346 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,30 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: weekly + groups: + actions-minor: + update-types: + - minor + - patch + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major' + groups: + npm-development: + dependency-type: development + update-types: + - minor + - patch + npm-production: + dependency-type: production + update-types: + - patch