Activate dependabot #291
marcospereira
started this conversation in
Ideas
Replies: 1 comment
-
Oh, just realized we can add Github Actions there, too: version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
rebase-strategy: auto
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "[github-actions]"
- package-ecosystem: maven
schedule:
interval: "weekly"
directory: /
rebase-strategy: auto
open-pull-requests-limit: 10
commit-message:
prefix: "[maven]"
groups:
maven-patch-updates:
update-types: ["patch"] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @casid,
While jte is pretty minimal regarding dependencies for the library (which is fantastic), I notice a few Maven plugins lagging behind. While having such updates is mainly in the nice-to-have category, the work to maintain them is also pretty minimal. The project can use Dependabot to open pull requests automatically.
For example, the following configuration:
It reduces a lot of the noise this way:
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions