diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca5c0c..5991c08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,16 +3,24 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" - open-pull-requests-limit: 5 + interval: "monthly" + open-pull-requests-limit: 2 groups: npm-minor-and-patch: update-types: - "minor" - "patch" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" - open-pull-requests-limit: 3 + open-pull-requests-limit: 1 + groups: + github-actions: + patterns: + - "*"