diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5673349..792b8ae 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,6 +5,10 @@ updates: directory: "/" schedule: interval: "daily" + groups: + codeql: + patterns: + - "github/codeql-action/*" # Maintain dependencies for gomod - package-ecosystem: "gomod" directory: "/"