i'm nowhere to find a kotlin version named `2.1.20...
# multiplatform
c
i'm nowhere to find a kotlin version named
2.1.20-polaris-189
, yet dependabot managed to bump my kotlin dependencies to that ( see picture below. I hope i'm not missing anything from kotlin. If so, i'll open the issue on dependabot repository. For reference, here's the dependabot.yaml file:
version: 2
registries:
maven-central:
type: maven-repository
url: <https://repo.maven.apache.org/maven2/>
maven-github-org:
type: maven-repository
url: <https://maven.pkg.github.com/org/*>
username: genserttech
password: ${{ <http://secrets.ORG|secrets.ORG>_REPO_TOKEN }}
replaces-base: true
updates:
- package-ecosystem: "gradle"
directory: "/"
registries: [ maven-central, maven-github-org]
schedule:
interval: "weekly"
time: "06:00"
timezone: "Europe/Berlin"
reviewers:
- "org/alpha"
groups:
minor-patch-updates:
update-types:
- "minor"
- "patch"
major-updates:
update-types:
- "major"
l
That's one of the nighly builds, I think? You probably don't want to use those.
💡 1
c
O interesting, i surely don't want that, any hint on how to disable it?
l
I don't know. I don't know anything about the tool you're using.