Skip to content

Add dependabot config for github-actions ecosystem #1098

Description

@nanaf6203-bit

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programTrivialdevopsCI/CD, build, scripts, infra

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions