Skip to content

fix: dependabot github-actions ecosystem config and bump ci-workflows to v0.2.15#78

Merged
fredbi merged 2 commits intomasterfrom
copilot/fix-dependabot-config-for-actions
Mar 14, 2026
Merged

fix: dependabot github-actions ecosystem config and bump ci-workflows to v0.2.15#78
fredbi merged 2 commits intomasterfrom
copilot/fix-dependabot-config-for-actions

Conversation

Copy link

Copilot AI commented Mar 14, 2026

The github-actions ecosystem in dependabot was configured with directories: ["**/*"] 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 the github-actions ecosystem
  • .github/workflows/*.yml: Update all go-openapi/ci-workflows references from v0.2.9v0.2.15 (84f8f9ce8e6599)

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.

…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
Copilot AI requested a review from fredbi March 14, 2026 06:04
@fredbi fredbi marked this pull request as ready for review March 14, 2026 06:05
@codecov
Copy link

codecov bot commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.20%. Comparing base (ff11cfa) to head (8765145).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

@fredbi fredbi merged commit ef6d410 into master Mar 14, 2026
21 checks passed
@fredbi fredbi deleted the copilot/fix-dependabot-config-for-actions branch March 14, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants