Use dependabot for simplifying GitHub actions version management #27816
Labels
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
Milestone
Description
GitHub action versions seems rarely updated. For instance
ci-actions-incremental.yml
is still usingaction/checkout@v2
even ifaction/checkout@v3
has been released a few months ago.Dependabot is used in the project for managing some of the Maven and Gradle dependencies. But it can also manage GitHub actions version (package ecosystem
github-actions
).Should Dependabot be used for managing GitHub actions versions ?
Implementation ideas
Add the following to https://github.com/quarkusio/quarkus/blob/main/.github/dependabot.yml :
The text was updated successfully, but these errors were encountered: