chore(Renovate): Adding Renovate config so we get updates in image definitions.
This commit is contained in:
parent
740d2cfa09
commit
2407b938aa
@ -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: >
|
||||
|
||||
@ -3,5 +3,19 @@
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"assignees" : ["mfeix"]
|
||||
"assignees": [
|
||||
"mfeix"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"(^|/).yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
".*?IMAGE: (?<depName>.*?:*?):(?<currentValue>.*)\\s"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user