Compare commits

..

3 commits

Author SHA1 Message Date
020d3edfff
chore: add hadolint check for github
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
2025-06-27 11:56:45 +02:00
cafd964700
chore: fix renovate preset location
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
2025-06-27 11:39:46 +02:00
9277ad3afc
chore: fix repo urls in pom.xml
All checks were successful
ci/woodpecker/pr/verify Pipeline was successful
ci/woodpecker/pr/versions/4 Pipeline was successful
ci/woodpecker/pr/versions/1 Pipeline was successful
ci/woodpecker/pr/versions/2 Pipeline was successful
ci/woodpecker/pr/versions/5 Pipeline was successful
ci/woodpecker/pr/versions/3 Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-06-26 21:52:37 +02:00
2 changed files with 8 additions and 8 deletions

14
pom.xml
View file

@ -8,7 +8,7 @@
<name>Keycloak Metrics</name>
<description>Provides metrics for Keycloak user/admin events</description>
<url>https://git.kokuwa.io/keycloak/keycloak-event-metrics</url>
<url>https://git.kokuwa.io/kokuwaio/keycloak-event-metrics</url>
<inceptionYear>2023</inceptionYear>
<organization>
<name>Kokuwa.io</name>
@ -33,18 +33,18 @@
</developers>
<scm>
<url>https://git.kokuwa.io/keycloak/keycloak-event-metrics</url>
<connection>scm:git:https://git.kokuwa.io/keycloak/keycloak-event-metrics.git</connection>
<developerConnection>scm:git:https://git.kokuwa.io/keycloak/keycloak-event-metrics.git</developerConnection>
<url>https://git.kokuwa.io/kokuwaio/keycloak-event-metrics</url>
<connection>scm:git:https://git.kokuwa.io/kokuwaio/keycloak-event-metrics.git</connection>
<developerConnection>scm:git:https://git.kokuwa.io/kokuwaio/keycloak-event-metrics.git</developerConnection>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>forgejo</system>
<url>https://git.kokuwa.io/keycloak/keycloak-event-metrics/issues</url>
<url>https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/issues</url>
</issueManagement>
<ciManagement>
<system>woodpecker</system>
<url>https://ci.kokuwa.io/repos/keycloak/keycloak-event-metrics</url>
<url>https://ci.kokuwa.io/repos/kokuwaio/keycloak-event-metrics</url>
</ciManagement>
<distributionManagement>
<snapshotRepository>
@ -454,7 +454,7 @@
<build>
<plugins>
<!-- add source/javadoc for downstream projects -->
<!-- add source/javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>

View file

@ -1,5 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"],
"extends": ["local>kokuwaio/renovate-config", ":reviewer(stephan.schnabel)"],
"pinDigests": false
}