-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Support scan buildSrc's Dependencies? #13295
Comments
Hi there, Help us by making a minimal reproduction repository. Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction to understand what is needed. We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
It sounds like something we might be able to add support for. Can you create a reproduction to begin with? |
I migrated this small sample to |
I added "regexManagers": [
{
"fileMatch": [
"(^|/)buildSrc/.*"
],
"datasourceTemplate": "gradle"
}
], But renovate bot told me an syntax error: |
This feature is not the right place to discuss regex manager howto's. Please raise a discussion instead, but I recommend you read more on regex manager first because I suspect you misunderstand it and shouldn't be using it for this |
What would you like Renovate to be able to do?
There are many projects that manage dependencies in this way.
Renovate could support this way to scan?
If you have any ideas on how this should be implemented, please tell us here.
Scan
Dependencies.kt
andbuild.gradle.kts
.Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: