.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
.github/dependabot.ymlhas a singlepackage-ecosystem: pipentry. 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: