UNCLASSIFIED

Commit 6694c477 authored by Vickie Shen's avatar Vickie Shen
Browse files

updated renovate.json

parent 474e14d1
Pipeline #323240 passed with stages
in 8 minutes and 20 seconds
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
"packageRules": [ "packageRules": [
{ {
"datasources": [ "datasources": [
"github-tags" "docker"
], ],
"packageNames": [ "packageNames": [
"kubernetes/kubernetes" "k8s.gcr.io/kube-proxy"
], ],
"separateMinorPatch": true, "separateMinorPatch": true,
"minor": { "minor": {
...@@ -32,15 +32,5 @@ ...@@ -32,15 +32,5 @@
"depNameTemplate": "k8s.gcr.io/kube-proxy", "depNameTemplate": "k8s.gcr.io/kube-proxy",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "k8s.gcr.io/kube-proxy",
"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