UNCLASSIFIED

Commit a3e4e478 authored by Zachary Sanders's avatar Zachary Sanders
Browse files

add renovate.json file

parent 27a85637
Pipeline #192620 passed with stages
in 8 minutes and 25 seconds
{
"assignees": [
"@msimmons719"
],
"baseBranches": [
"development"
],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook"],
"updateTypes": ["minor", "patch"],
"automerge": true
}
],
"regexManagers": [
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook",
"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