Chrys
10/21/2024, 10:09 AM2.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"
loke
10/21/2024, 10:39 AMChrys
10/21/2024, 11:07 AMloke
10/21/2024, 1:56 PM