diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e90091c..504a95d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,12 +10,27 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" ignore: - dependency-name: "@types/node" + groups: + runtime-dependencies: + patterns: + - "@actions/*" + - "@octokit/rest" + - "string-argv" + dev-dependencies: + patterns: + - "*" + - package-ecosystem: "gradle" directory: ".github/workflow-samples/gradle-plugin" registries: