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
75056921
Commit
75056921
authored
May 25, 2021
by
Joshua Carnes
Browse files
add renovate for base image as well
parent
375ce619
Pipeline
#277993
failed with stages
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
renovate.json
renovate.json
+21
-2
No files found.
renovate.json
View file @
75056921
{
{
"extends"
:
[
"config:base"
],
"extends"
:
[
"config:base"
],
"baseBranches"
:
[
"development"
],
"baseBranches"
:
[
"development"
],
"automerge"
:
true
,
"gitLabAutomerge"
:
true
,
"regexManagers"
:
[
"regexManagers"
:
[
{
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
...
@@ -14,6 +12,27 @@
...
@@ -14,6 +12,27 @@
],
],
"depNameTemplate"
:
"gcr.io/kaniko-project/executor"
,
"depNameTemplate"
:
"gcr.io/kaniko-project/executor"
,
"datasourceTemplate"
:
"docker"
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
,
"^Dockerfile$"
],
"matchStrings"
:
[
"BASE_TAG:
\"
(?<currentValue>.*?)
\"
"
,
"BASE_TAG=(?<currentValue>.*?)$"
],
"depNameTemplate"
:
"registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
,
"datasourceTemplate"
:
"docker"
}
],
"groupName"
:
"all dependencies"
,
"separateMajorMinor"
:
false
,
"groupSlug"
:
"all"
,
"packageRules"
:
[
{
"matchPackagePatterns"
:
[
"*"
],
"groupName"
:
"all dependencies"
,
"groupSlug"
:
"all"
}
}
]
]
}
}
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