Skip to content

Commit

Permalink
Revert "Fix renovate configuration to keep docker-builder version u…
Browse files Browse the repository at this point in the history
…p to date" (#1279)
  • Loading branch information
lemeurherve authored Feb 8, 2023
1 parent e6725ff commit 6f878de
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@
},
"regexManagers": [
{
"fileMatch": ["Jenkinsfile_k8s"],
"matchStrings": ["image: \"jenkinsciinfra/builder:(?<currentValue>.*?)\"\n"],
"depNameTemplate": "jenkinsciinfra/builder",
"datasourceTemplate": "docker"
"fileMatch": [
"^Jenkinsfile$",
"^Jenkinsfile_k8s$"
],
"matchStrings": [
"image '(?<depName>[a-z/-]+):(?<currentValue>[a-z0-9.-]+)@(?<currentDigest>sha256:[a-f0-9]+)'",
"image: \"(?<depName>[a-z/-]+):(?<currentValue>[a-z0-9.-]+)@(?<currentDigest>sha256:[a-f0-9]+)\""
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
],
"packageRules": [
Expand Down

0 comments on commit 6f878de

Please sign in to comment.