Update Dependabot configuration for GitHub Actions and Maven#6938
Update Dependabot configuration for GitHub Actions and Maven#6938stweil wants to merge 1 commit into
Conversation
Added configuration for GitHub Actions and Maven updates.
|
@solth, this configuration can help with keeping the dependencies up to date. As soon as this file is added, Dependabot can be configured to create pull requests for dependency updates (see advanced security settings of the project). There already exist a lot of such updates for GitHub actions and Maven packages (see https://github.com/stweil/kitodo-production/pulls). Dependabot can automatically assign labels to the created pull requests. These labels are to be discussed und must match existing or newly created labels. |
| - "dependencies" | ||
| - "github-actions" |
There was a problem hiding this comment.
These labels are optional. Any label can be configured here.
| - "dependencies" | ||
| - "java" |
| - "dependencies" | ||
| - "github-actions" | ||
|
|
||
| # Keep Maven (Java) dependencies up to date. |
There was a problem hiding this comment.
If desired, we can remove this part and start with updates for GitHub actions only.
@stweil Dependebot integration is already configured in the repository settings and Dependebot has been opening pull requests in this repository since many years, see https://github.com/kitodo/kitodo-production/pulls?q=is%3Apr+is%3Aclosed+author%3Aapp%2Fdependabot |
|
@solth, I'd remove the "draft" status as soon as you are happy with the current labels (dependencies, github-actions and java) and update targets (github-actions and maven). |

Added configuration for GitHub Actions and Maven updates.