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
Kaniko
Kaniko
Commits
8dde3aa5
Commit
8dde3aa5
authored
May 25, 2021
by
Joshua Carnes
Browse files
split into separate regex matcher
parent
5feffd85
Pipeline
#278677
passed with stages
in 5 minutes and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
renovate.json
renovate.json
+10
-2
No files found.
renovate.json
View file @
8dde3aa5
{
{
"extends"
:
[
"config:base"
],
"extends"
:
[
"config:base"
],
"baseBranches"
:
[
"development"
],
"baseBranches"
:
[
"development"
],
"automerge"
:
true
,
"gitLabAutomerge"
:
true
,
"regexManagers"
:
[
"regexManagers"
:
[
{
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"matchStrings"
:
[
"matchStrings"
:
[
"tags:
\\
s+-
\\
s+
\"
(?<currentValue>.+?)
\"
"
,
"tags:
\\
s+-
\\
s+
\"
(?<currentValue>.+?)
\"
"
,
"tag: .*:(?<currentValue>.*?)$"
,
"org
\\
.opencontainers
\\
.image
\\
.version:
\\
s+
\"
(?<currentValue>.+?)
\"
"
,
"org
\\
.opencontainers
\\
.image
\\
.version:
\\
s+
\"
(?<currentValue>.+?)
\"
"
,
"url: docker://.*@(?<currentDigest>sha256:[a-f0-9]+)"
],
"depNameTemplate"
:
"gcr.io/kaniko-project/executor"
,
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"matchStrings"
:
[
"tag: .*:(?<currentValue>.*?)
\\
s+
\\
s+url:.*@(?<currentDigest>sha256:[a-f0-9]+)"
],
],
"depNameTemplate"
:
"gcr.io/kaniko-project/executor"
,
"depNameTemplate"
:
"gcr.io/kaniko-project/executor"
,
"datasourceTemplate"
:
"docker"
"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