Skip to content

Commit

Permalink
ci: working on jmx-renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Aug 5, 2024
1 parent e5697ad commit 3902f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"groupName": "Jira Package Dependencies",
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchDatasources": ["docker", "helm", "git-tags"]
"matchDatasources": ["docker", "helm", "git-tags"],
"excludePackagePatterns": ["bitnami/jmx-exporter", "registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter"]
},
{
"matchDatasources": ["docker"],
Expand All @@ -31,7 +32,7 @@
{
"fileMatch": [ "\\.*\\.ya?ml$" ],
"matchStringsStrategy": "recursive",
"matchStrings": [ "(?m)jmxExporterImageRepo: (?<depName>.*)\n jmxExporterImageTag: (?<currentValue>.*)\n$" ],
"matchStrings": [ "(?m)jmxExporterImageRepo: (?<depName>.*)\n jmxExporterImageTag: (?<currentValue>.*)$" ],
"datasourceTemplate": "docker"
}
]
Expand Down

0 comments on commit 3902f40

Please sign in to comment.