Skip to content

Dependabot only tracks the pip ecosystem, not GitHub Actions #137

Description

@yakew7

.github/dependabot.yml has a single package-ecosystem: pip entry. Action versions pinned across .github/workflows/*.yml (actions/checkout, actions/setup-python, peter-evans/create-pull-request, etc.) never get automated update PRs the way Python dependencies do.

Request: add a second entry:

  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    labels:
      - dependencies

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions