From 9277ad3afcf6f0e8830a736b3a82752f319adacf Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 26 Jun 2025 21:25:10 +0200 Subject: [PATCH 1/3] chore: fix repo urls in `pom.xml` --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 96f8bce..ea2dea8 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Keycloak Metrics Provides metrics for Keycloak user/admin events - https://git.kokuwa.io/keycloak/keycloak-event-metrics + https://git.kokuwa.io/kokuwaio/keycloak-event-metrics 2023 Kokuwa.io @@ -33,18 +33,18 @@ - https://git.kokuwa.io/keycloak/keycloak-event-metrics - scm:git:https://git.kokuwa.io/keycloak/keycloak-event-metrics.git - scm:git:https://git.kokuwa.io/keycloak/keycloak-event-metrics.git + https://git.kokuwa.io/kokuwaio/keycloak-event-metrics + scm:git:https://git.kokuwa.io/kokuwaio/keycloak-event-metrics.git + scm:git:https://git.kokuwa.io/kokuwaio/keycloak-event-metrics.git HEAD forgejo - https://git.kokuwa.io/keycloak/keycloak-event-metrics/issues + https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/issues woodpecker - https://ci.kokuwa.io/repos/keycloak/keycloak-event-metrics + https://ci.kokuwa.io/repos/kokuwaio/keycloak-event-metrics @@ -454,7 +454,7 @@ - + org.apache.maven.plugins maven-source-plugin From cafd9647007e2f2caedd27d82f636f8cdc13feba Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 27 Jun 2025 11:38:37 +0200 Subject: [PATCH 2/3] chore: fix renovate preset location --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index dc88820..c59fb01 100644 --- a/renovate.json +++ b/renovate.json @@ -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 } From 020d3edfff28b9f742c05e4d68c917bae79168fb Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 26 Jun 2025 21:51:48 +0200 Subject: [PATCH 3/3] chore: add hadolint check for github --- .github/workflows/lint.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index af980fa..2ea0c1c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,3 +21,9 @@ jobs: steps: - uses: actions/checkout@main - uses: docker://kokuwaio/yamllint + + dockerfile: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + - uses: docker://kokuwaio/hadolint