Skip to content

Commit b756a02

Browse files
authored
fix: group CodeQL actions to avoid failing CIs (#1428)
1 parent 6efbfad commit b756a02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
groups:
9+
# init/autobuild/analyze must stay on the same version or CodeQL errors out
10+
codeql-action:
11+
patterns:
12+
- "github/codeql-action*"
813

914
# Chall-Manager module
1015
- package-ecosystem: "gomod"

0 commit comments

Comments
 (0)