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
imagedigestexporter
Commits
204fb83c
Commit
204fb83c
authored
Apr 06, 2021
by
Zachary Sanders
Browse files
add renovate.json file
parent
44dae038
Pipeline
#212051
passed with stages
in 4 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
renovate.json
renovate.json
+40
-0
No files found.
renovate.json
0 → 100644
View file @
204fb83c
{
"assignees"
:
[
"@msimmons719"
],
"baseBranches"
:
[
"development"
],
"packageRules"
:
[
{
"datasources"
:
[
"docker"
],
"packageNames"
:
[
"gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter"
],
"updateTypes"
:
[
"minor"
,
"patch"
,
"digest"
],
"groupName"
:
"renovate hardening_manifest updates"
,
"automerge"
:
true
,
"gitLabAutomerge"
:
true
}
],
"regexManagers"
:
[
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"matchStrings"
:
[
"org
\\
.opencontainers
\\
.image
\\
.version:
\\
s+
\"
(?<currentValue>.+?)
\"
"
],
"depNameTemplate"
:
"gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter"
,
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"matchStrings"
:
[
"tags:
\\
s+-
\\
s+
\"
(?<currentValue>.+?)
\"
"
],
"depNameTemplate"
:
"gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter"
,
"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