UNCLASSIFIED

Commit 2d5776fb authored by Vickie Shen's avatar Vickie Shen
Browse files

Merge branch 'fix-contrib' into 'development'

Fix contrib

See merge request !27
parents 32e3dd9f 6694c477
Pipeline #323255 passed with stages
in 9 minutes and 39 seconds
...@@ -7,26 +7,30 @@ ...@@ -7,26 +7,30 @@
], ],
"automerge": true, "automerge": true,
"gitLabAutomerge": true, "gitLabAutomerge": true,
"regexManagers": [ "packageRules": [
{ {
"fileMatch": [ "datasources": [
"^hardening_manifest.yaml$" "docker"
], ],
"matchStrings": [ "packageNames": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "k8s.gcr.io/kube-proxy"
], ],
"depNameTemplate": "kubeimage/kube-proxy-amd64", "separateMinorPatch": true,
"datasourceTemplate": "docker" "minor": {
}, "enabled": false
}
}
],
"regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "org\\.opencontainers\\.image\\.version:\\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