UNCLASSIFIED

Commit f3285247 authored by Vickie Shen's avatar Vickie Shen
Browse files

testing renovate

parent d6dcdbb9
Pipeline #330834 passed with stages
in 8 minutes and 6 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