UNCLASSIFIED

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

updated renovate.json

parent 4a655a1b
Pipeline #317271 passed with stages
in 7 minutes and 28 seconds
{ {
"assignees": [ "assignees": [
"@alexander.klepal" "@shen_vickie"
], ],
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"automerge": true, "automerge": true,
"gitLabAutomerge": true, "gitLabAutomerge": true,
"packageRules": [ "regexManagers": [
{ {
"datasources": [ "fileMatch": [
"github-tags" "^hardening_manifest.yaml$"
], ],
"packageNames": [ "matchStrings": [
"kubernetes/kubernetes" "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
], ],
"separateMinorPatch": true, "depNameTemplate": "kubeimage/kube-proxy-amd64",
"minor": { "datasourceTemplate": "docker"
"enabled": false },
}
}
],
"regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "kubernetes/kubernetes", "depNameTemplate": "kubeimage/kube-proxy-amd64",
"datasourceTemplate": "github-tags" "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