UNCLASSIFIED

Commit 474e14d1 authored by Vickie Shen's avatar Vickie Shen
Browse files

updated renovate.json

parent 419f0e6c
Pipeline #322976 passed with stages
in 8 minutes and 6 seconds
...@@ -7,6 +7,20 @@ ...@@ -7,6 +7,20 @@
], ],
"automerge": true, "automerge": true,
"gitLabAutomerge": true, "gitLabAutomerge": true,
"packageRules": [
{
"datasources": [
"github-tags"
],
"packageNames": [
"kubernetes/kubernetes"
],
"separateMinorPatch": true,
"minor": {
"enabled": false
}
}
],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
...@@ -15,7 +29,7 @@ ...@@ -15,7 +29,7 @@
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "kubeimage/kube-proxy-amd64", "depNameTemplate": "k8s.gcr.io/kube-proxy",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{ {
...@@ -25,7 +39,7 @@ ...@@ -25,7 +39,7 @@
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "kubeimage/kube-proxy-amd64", "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