UNCLASSIFIED

Commit 689adbd3 authored by Zachary Sanders's avatar Zachary Sanders
Browse files

Merge branch 'renovate-update' into 'development'

renovate update

See merge request !21
parents 9d856781 1d7fb953
Pipeline #288801 canceled with stages
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
...@@ -15,6 +17,17 @@ ...@@ -15,6 +17,17 @@
], ],
"depNameTemplate": "registry1.dso.mil/ironbank/python/python39", "depNameTemplate": "registry1.dso.mil/ironbank/python/python39",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "truffleHog3",
"datasourceTemplate": "pypi"
} }
] ]
} }
......
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