UNCLASSIFIED

Commits (2)
...@@ -5,22 +5,15 @@ ...@@ -5,22 +5,15 @@
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
],
"depNameTemplate": "hygieiadoc/githubscmcollector",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "hygieiadoc/githubscmcollector", "depNameTemplate": "hygieiadoc/githubscmcollector",
......