-
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
On a fresh Eclipse the following needs to be added to `.settings/org.eclipse.jdt.core.prefs` for `buildSrc`. We should try and automate that.
```
org.eclipse.jdt.core.compiler.ignoreUnnamedModuleF…
-
The buildSrc project is an integral part of a build and it would be nice if your version checks could also be done there automatically.
As a manual workaround I thought about something along the li…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Is your feature request related to a problem? Please describe.**
I would like to use project isolation in our build and use the dependency analysis gradle plugin
Project isolation is described her…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
buildSrc overcomplicates the build and makes upgrading more difficult.
A lot of people reference the results of create-app in determining how to upgrade their existing app. People are finding the …
-
When I add the plugin to buildSrc/build.gradle.kts:
```kotlin
plugins {
`kotlin-dsl`
id("org.jlleitschuh.gradle.ktlint") version "12.0.3"
}
configure {
version.set("1.1.1")
…