Skip to content

Commit

Permalink
Add Keycloak to renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trobanga committed Jan 24, 2025
1 parent 0644240 commit 62194ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Generate Code Coverage Report
run: mvn ${MAVEN_ARGS} jacoco:report-aggregate@report

- name: Upload coverage to Codecov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
"matchStrings": [
"// renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\n[^\\n]+[A-Za-z0-9_]+?_VERSION\\s*=\\s*\"(?<currentValue>.+?)\";"
]
},
{
"customType": "regex",
"fileMatch": [
"^.github/workflows/.+\\.ya?ml$"
],
"matchStrings": [
"KEYCLOAK_VERSION:\\s*(?<currentValue>\\d+\\.\\d+\\.\\d+)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "quay.io/keycloak/keycloak",
"versioningTemplate": "semver"
}
]
}

0 comments on commit 62194ab

Please sign in to comment.