diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2e846a207..fa51e519f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,6 +62,10 @@ updates: directories: - "/" - "/.github/actions/*" + groups: + codeql-actions: + patterns: + - "github/codeql-action/*" schedule: interval: "weekly" day: "sunday"