Created
July 26, 2026 04:13
-
-
Save derektamsen/6c81a79164ad61e5f3bb01e745d1d955 to your computer and use it in GitHub Desktop.
Group Codeql Dependabot Update PRs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 2 | |
| updates: | |
| - package-ecosystem: "github-actions" | |
| directory: "/" | |
| schedule: | |
| 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/*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment