Skip to content

chore(dependabot): track github-actions dependency updates#42

Merged
ServerSideHannes merged 1 commit into
mainfrom
chore/dependabot-github-actions
Jun 7, 2026
Merged

chore(dependabot): track github-actions dependency updates#42
ServerSideHannes merged 1 commit into
mainfrom
chore/dependabot-github-actions

Conversation

@ServerSideHannes
Copy link
Copy Markdown
Owner

What

Adds a github-actions ecosystem entry to dependabot.yml so Dependabot scans workflow files weekly and proposes action version bumps (grouped version + security updates, matching the existing ecosystems).

Why

The repo wasn't tracking GitHub Actions updates at all. CI currently surfaces a deprecation warning for azure/setup-helm@v4.3.1 running on Node 20 (forced to Node 24 from 2026-06-16).

That specific warning is not fixable today — v4.3.1 is already the latest tag, and the Node runtime is declared inside the action itself, not something we pin. Once Azure ships a Node-24 release, this Dependabot config will automatically open the bump PR. It also keeps the rest of the actions (actions/checkout, etc.) up to date going forward.

@ServerSideHannes ServerSideHannes merged commit b73da56 into main Jun 7, 2026
4 checks passed
@ServerSideHannes ServerSideHannes deleted the chore/dependabot-github-actions branch June 7, 2026 16:01
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.

1 participant