UNCLASSIFIED

Commit 1218c84d authored by Zachary Sanders's avatar Zachary Sanders
Browse files

Merge branch 'renovate-update' into 'development'

renovate-update

See merge request !33
parents 38ec8dd0 7a5348e3
Pipeline #330440 passed with stages
in 9 minutes and 14 seconds
...@@ -16,8 +16,14 @@ ...@@ -16,8 +16,14 @@
"k8s.gcr.io/kube-proxy" "k8s.gcr.io/kube-proxy"
], ],
"separateMinorPatch": true, "separateMinorPatch": true,
"major": {
"enabled": false
},
"minor": { "minor": {
"enabled": false "enabled": false
},
"patch": {
"enabled": true
} }
} }
], ],
...@@ -27,7 +33,8 @@ ...@@ -27,7 +33,8 @@
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "k8s.gcr.io/kube-proxy", "depNameTemplate": "k8s.gcr.io/kube-proxy",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
......
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