UNCLASSIFIED

Commit bb805d5b authored by Zachary Sanders's avatar Zachary Sanders
Browse files

Merge branch 'renovate-fix' into 'development'

renovate-fix

See merge request !39
parents 402bda58 4711c23e
Pipeline #328572 passed with stages
in 25 minutes and 9 seconds
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"packageRules": [ "packageRules": [
{ {
"datasources": [ "datasources": [
"github-releases" "github-tags"
], ],
"packageNames": [ "packageNames": [
"kubernetes/kubernetes" "kubernetes/kubernetes"
...@@ -37,20 +37,11 @@ ...@@ -37,20 +37,11 @@
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
],
"depNameTemplate": "kubernetes/kubernetes",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "kubernetes/kubernetes", "depNameTemplate": "kubernetes/kubernetes",
"datasourceTemplate": "github-releases" "datasourceTemplate": "github-tags"
} }
] ]
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment