Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ updates:
interval: "weekly"
cooldown:
default-days: 7
groups:
# Codeql typically has three actions that need to run. These actions all need to be the same version.
# If each version is updated independantly codeql will fail CI. The below config will group all of the
# codeql updates into a single pr making it possible for CI to pass.
codeql-action:
patterns:
- "github/codeql-action/*"

- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
cooldown:
Expand Down