Skip to content

fix(ci): fix Dependabot not creating PRs for github-actions#123

Open
SuperKali wants to merge 1 commit intomainfrom
fix/dependabot-github-actions
Open

fix(ci): fix Dependabot not creating PRs for github-actions#123
SuperKali wants to merge 1 commit intomainfrom
fix/dependabot-github-actions

Conversation

@SuperKali
Copy link
Member

Summary

  • Remove groups: [] — invalid YAML type (must be a mapping, not an array), caused Dependabot to silently skip the entire github-actions ecosystem entry
  • Remove versioning-strategy: "increase" — not supported for github-actions ecosystem (docs)

Context

Dependabot has never created a single PR for github-actions despite the config being present. After this fix, it should start proposing updates (e.g. actions/setup-node@v4@v6).

Test plan

  • Verify Dependabot creates github-actions PRs on next scheduled run (Monday 09:00 UTC)

Remove `groups: []` (invalid type, must be YAML mapping not array) and
`versioning-strategy: "increase"` (unsupported for github-actions ecosystem).
Both caused Dependabot to silently skip the entire github-actions entry.
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