Merge branch 'chore(Renovate)_Add_Config_for_Variables' into 'master'

chore(Renovate): Adding Renovate config so we get updates in image definitions.

See merge request gilden/ci/gitlab-ci-templates!45
This commit is contained in:
Marcel Feix 2022-01-28 13:16:56 +00:00
commit 6e1242e3ad
2 changed files with 18 additions and 1 deletions

View File

@ -22,6 +22,9 @@ cache:
variables:
CI_REGISTRY: gitlab.exxcellent.de:4567
##NPM / Node Settings
NODE_IMAGE: node:16-alpine3.15
##Global Variables we use in our CI scripts when using maven
MAVEN_IMAGE: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-java-maven-base-image:java11-maven3.8.3_latest
MAVEN_OPTS: >

View File

@ -3,5 +3,19 @@
"extends": [
"config:base"
],
"assignees" : ["mfeix"]
"assignees": [
"mfeix"
],
"regexManagers": [
{
"fileMatch": [
"(^|/).yml$"
],
"matchStrings": [
".*?IMAGE: (?<depName>.*?:*?):(?<currentValue>.*)\\s"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}