Skip to content

Commit e19eca8

Browse files
authored
Infra: Group github/codeql-action bumps into a single dependabot PR (#3648)
# Rationale for this change Thus, dependabot can update these two jobs in a single PR: https://github.com/apache/iceberg-python/blob/2c7552324800f40adbeda844bbc40d3420c05a84/.github/workflows/codeql.yml#L48-L54 - apache/infrastructure-actions#1028 ## Are these changes tested? N/A ## Are there any user-facing changes? No
1 parent 768a29d commit e19eca8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ updates:
3434
interval: "weekly"
3535
cooldown:
3636
default-days: 7
37+
groups:
38+
# The codeql-action init/autobuild/analyze steps must all run the
39+
# same version - split PRs cause a version mismatch that fails the
40+
# Analyze jobs. Group them so a single PR bumps all of them together.
41+
codeql-action:
42+
patterns:
43+
- "github/codeql-action*"

0 commit comments

Comments
 (0)