Conversation
…ows to v0.2.15 Co-authored-by: fredbi <14262513+fredbi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix dependabot directories for GitHub actions ecosystem
fix: dependabot github-actions ecosystem config and bump ci-workflows to v0.2.15
Mar 14, 2026
fredbi
approved these changes
Mar 14, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #78 +/- ##
==========================================
- Coverage 91.24% 91.20% -0.05%
==========================================
Files 91 91
Lines 11929 11929
==========================================
- Hits 10885 10880 -5
- Misses 830 833 +3
- Partials 214 216 +2 ☔ View full report in Codecov by Sentry. |
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.
The
github-actionsecosystem in dependabot was configured withdirectories: ["**/*"]which is not a valid pattern for that ecosystem — dependabot only supports"/"to scan.github/workflows/. This meant workflow action versions were never auto-updated.Changes
.github/dependabot.yaml: Replace"**/*"with"/"for thegithub-actionsecosystem.github/workflows/*.yml: Update allgo-openapi/ci-workflowsreferences fromv0.2.9→v0.2.15(84f8f9c→e8e6599)Affected workflows:
go-test,codeql,contributors,auto-merge,bump-release,scanner,tag-release.📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.