Compare commits

..

1 commit

Author SHA1 Message Date
505c14c7ff
chore: add hadolint check for github
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
2025-06-26 21:52:05 +02:00
2 changed files with 8 additions and 8 deletions

14
pom.xml
View file

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

View file

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