UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
tektoncd
webhook
Commits
a3e4e478
Commit
a3e4e478
authored
Mar 17, 2021
by
Zachary Sanders
Browse files
add renovate.json file
parent
27a85637
Pipeline
#192620
passed with stages
in 8 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
renovate.json
renovate.json
+38
-0
No files found.
renovate.json
0 → 100644
View file @
a3e4e478
{
"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"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment