Enable Renovate in the 4.0-dev branch #35276
dgrammatiko
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
Here are the contents of a file named renovate.json (Could be on the {
"extends": [
"config:base"
],
"automerge": false,
"major": {
"automerge": false
},
"patch": {
"automerge": false
},
"pin": {
"automerge": false
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
May I missed it, what's the benefit of renovate vs dependabot? Dependabot is owned by github right? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks will take a look |
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
-
@wilsonge you might want to enable renovatebot https://www.whitesourcesoftware.com/free-developer-tools/renovate/ (it's free for OSS projects) so that there are new PRs per npm/composer update. I propose to use the renovate instead of the debandabot as the first has more options and from my experience, it's a far better solution.
What will be the benefits of implementing this proposal?
I have no clue if the PT is reading any of this and if they need to agree on this but from a maintainer's perspective, this is a very helpful helper to have installed and configured in the main repo.
Beta Was this translation helpful? Give feedback.
All reactions