diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d8ca4f..428f8de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,13 @@ updates: default-days: 4 pull-request-branch-name: separator: "-" + groups: + actions-deps: + dependency-type: "all" + patterns: + - "github/codeql-action" + - "github/codeql-action/*" + - "actions/*" - package-ecosystem: "gomod" directory: "/" open-pull-requests-limit: 10