diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 246655a..16e6cc1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,8 +2,11 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + groups: + minor-and-patch: + update-types: ["minor", "patch"] schedule: - interval: "weekly" + interval: "monthly" labels: - "dependencies" - "github-actions" @@ -13,8 +16,11 @@ updates: - package-ecosystem: "npm" directory: "/" + groups: + minor-and-patch: + update-types: ["minor", "patch"] schedule: - interval: "weekly" + interval: "monthly" labels: - "dependencies" - "npm"