Context
.github/dependabot.yml configures weekly npm updates with groups, but does not include a package-ecosystem: github-actions entry, so workflow actions (actions/checkout, actions/setup-node, actions/upload-artifact, ...) are never proposed for bumps.
Problem
Action versions drift and known security issues in popular actions are not surfaced by Dependabot, while npm deps already benefit from automated PRs.
Proposed approach
Add a github-actions ecosystem entry (weekly schedule, labels matching the npm config, optional grouping), keep the existing npm configuration intact.
Acceptance criteria
- dependabot.yml includes
package-ecosystem: github-actions
- Dependabot opens PRs for action version bumps
- npm ecosystem config unchanged and still grouped
Context
.github/dependabot.ymlconfigures weekly npm updates with groups, but does not include apackage-ecosystem: github-actionsentry, so workflow actions (actions/checkout,actions/setup-node,actions/upload-artifact, ...) are never proposed for bumps.Problem
Action versions drift and known security issues in popular actions are not surfaced by Dependabot, while npm deps already benefit from automated PRs.
Proposed approach
Add a
github-actionsecosystem entry (weekly schedule, labels matching the npm config, optional grouping), keep the existing npm configuration intact.Acceptance criteria
package-ecosystem: github-actions