-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use renovate instead of dependabot #1261
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for capsule-documentation canceled.
|
Signed-off-by: Oliver Bähler <[email protected]>
825905c
to
15aa4ef
Compare
I don't have a strong opinion on this, let's ping other maintainers @bsctl @MaxFedotov @maxgio92 |
"mode": "full", | ||
"commitMessageLowerCase": "auto", | ||
"semanticCommits": "enabled", | ||
"semanticCommitType": "feat", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer using chore
as we don't know in advance what's going to be introduced with a dependency bump, and we're unlikely going to introduce features when bumping. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had also feat(deps) with dependabot.
@@ -0,0 +1,27 @@ | |||
{ | |||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |||
"extends": ["config:recommended", ":dependencyDashboard"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a plan for using the dependencyDashboard
? This is interesting ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can pin it
I've just left some comments. I'm ok for it :) |
I would like to switch to renovate, the given configuration already adheres to our semantic commits, in addition it will do the following:
For the rest there will be dedicated prs, specifically for this repo:
Renovate offers much more in respect of simplifying the prs and the ecosystem which is supported. Therefor im proposing the use of renovate and the removal of dependabot.