-
Notifications
You must be signed in to change notification settings - Fork 20
Stop using browniebroke/renovate-configs
?
#939
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
Comments
Yes, that's fair. I'm the main customer here, so very personal indeed. Documentation is here
The generated project use the python config:
Yes it's a feature, not a bug 😄 However, in the spirit of making this template more generic to others, I'm open to let users choose a more "default" renovate config, not referencing my own. |
I looked a little deeper into your config and have a few questions:
{
"extends": [
"github>browniebroke/renovate-configs",
"github>browniebroke/renovate-configs:cpython",
"github>browniebroke/renovate-configs:no-pip-requirements",
"github>browniebroke/renovate-configs:boto3",
"github>browniebroke/renovate-configs:httpx",
"github>browniebroke/renovate-configs:sphinx"
]
}
{
"extends": [
"config:base",
"github>browniebroke/renovate-configs:automerge"
],
"labels": ["dependencies"],
"pre-commit": {
"enabled": true
}
} |
Is your feature request related to a problem? Please describe.
browniebroke/renovate-configs have the following problems
Therefore I would like to suggest that you isolate the python configs and paste them to
renovate.json
in this repository. This is also consistent with the fact that this repository does not use reusable workflows for GitHub Actions.Describe alternatives you've considered
isolate the python configs and paste them to
renovate.json
in this repositoryAdditional context
No response
Code of Conduct
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: