chore(dependabot): fix so dependabot dont fail on codeql and ruff che… - #179
Open
Dexter9532 wants to merge 2 commits into
Open
chore(dependabot): fix so dependabot dont fail on codeql and ruff che…#179Dexter9532 wants to merge 2 commits into
Dexter9532 wants to merge 2 commits into
Conversation
mirzak
requested changes
Aug 3, 2026
mirzak
left a comment
Contributor
There was a problem hiding this comment.
It appears to me that there are several changes here, that should be reflected in number of commits.
Comment on lines
+7
to
+10
| groups: | ||
| codeql: | ||
| patterns: | ||
| - "github/codeql-action/*" |
Contributor
Author
There was a problem hiding this comment.
CodeQL requires init, autobuild, and analyze to use the same version. Grouping prevents Dependabot from updating them separately and breaking CI.
Contributor
There was a problem hiding this comment.
Please incorporate this information in the commit message.
Dexter9532
force-pushed
the
fix-dependabot-fails
branch
2 times, most recently
from
August 4, 2026 06:59
7359bab to
aae0b71
Compare
CodeQL requires init, autobuild, analyze, and upload-sarif to use the same version. Group their Dependabot updates to prevent separate upgrades from breaking CI. Signed-off-by: Bobob Bäck Engström <bobo@id8-engineering.io>
Ruff 0.16 requires the README example indentation change for `ruff format --diff .` to pass. CPY001 requires a copyright header in every Python file; this project keeps its copyright notice in LICENSE, so ignore the rule instead of duplicating headers across the source tree. Signed-off-by: Bobob Bäck Engström <bobo@id8-engineering.io>
Dexter9532
force-pushed
the
fix-dependabot-fails
branch
from
August 5, 2026 09:23
aae0b71 to
7f7fe78
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…cks in PRs