UNCLASSIFIED

Commit cf45f997 authored by Joshua Carnes's avatar Joshua Carnes
Browse files

Update renovate.json

parent 238a1d95
Pipeline #272731 passed with stages
in 7 minutes and 34 seconds
{ {
"assignees": [ "extends": ["config:base"],
"@vickie.shen" "baseBranches": ["development"],
],
"baseBranches": [
"development"
],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": ["^hardening_manifest.yaml$"],
"^Dockerfile$"
],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\"",
"tag: .*:(?<currentValue>.*?)$",
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"url: docker://.*@(?<currentDigest>sha256:[a-f0-9]+)"
], ],
"depNameTemplate": "gcr.io/kaniko-project/executor", "depNameTemplate": "gcr.io/kaniko-project/executor",
"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