UNCLASSIFIED

Commit 7b80b3b1 authored by Zachary Sanders's avatar Zachary Sanders
Browse files

Merge branch 'add-renovate-file' into 'development'

add renovate.json file

See merge request !15
parents 27a85637 a3e4e478
Pipeline #192632 passed with stages
in 6 minutes and 52 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