UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit db639cc0 authored by Steven Donald's avatar Steven Donald Committed by Kevin Scheunemann
Browse files

SKIP UPDATE CHECK Resolve "Update Renovate config"

parent 649228e3
No related branches found
No related tags found
1 merge request!299SKIP UPDATE CHECK Resolve "Update Renovate config"
...@@ -4,36 +4,36 @@ ...@@ -4,36 +4,36 @@
"dependencyDashboard": true, "dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate: Upgrade Loki Package Dependencies", "dependencyDashboardTitle": "Renovate: Upgrade Loki Package Dependencies",
"draftPR": true, "draftPR": true,
"enabledManagers": ["helm-values","regex","helmv3"], "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
"ignorePaths": ["chart/charts/**"], "ignorePaths": ["chart/charts/**"],
"labels": ["loki","renovate", "kind::maintenance"], "labels": ["loki", "renovate", "kind::maintenance", "team::Observability"],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"groupName": "Ironbank", "groupName": "Ironbank",
"registryUrls": ["https://registry1.dso.mil"] "registryUrls": ["https://registry1.dso.mil"]
} }
], ],
"ignoreDeps": ["prom/memcached-exporter"], "ignoreDeps": ["prom/memcached-exporter"],
"regexManagers": [ "customManagers": [
{ {
"fileMatch": ["^chart/Chart\\.yaml$"], "customType": "regex",
"matchStrings": [ "fileMatch": ["^chart/Chart\\.yaml$"],
"- Loki:\\s*(?<currentValue>.+)", "matchStrings": [
"appVersion:\\s+(?<currentValue>.+)" "- Loki:\\s*(?<currentValue>.+)",
], "appVersion:\\s+(?<currentValue>.+)"
"depNameTemplate": "ironbank/opensource/grafana/loki", ],
"datasourceTemplate": "docker", "depNameTemplate": "ironbank/opensource/grafana/loki",
"registryUrlTemplate": "https://registry1.dso.mil" "datasourceTemplate": "docker",
}, "registryUrlTemplate": "https://registry1.dso.mil"
{ },
"fileMatch": ["^chart/Chart\\.yaml$"], {
"matchStrings": [ "customType": "regex",
"image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)" "fileMatch": ["^chart/Chart\\.yaml$"],
], "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
} }
], ],
"separateMajorMinor": false, "separateMajorMinor": false,
"postUpdateOptions": ["helmUpdateSubChartArchives"] "postUpdateOptions": ["helmUpdateSubChartArchives"]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment