UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 30fa1f5d authored by Peter Sigur's avatar Peter Sigur
Browse files

Merge branch '72-update-renovate-config-to-remove-commit-message-prefix' into 'main'

Resolve "Update Renovate config to remove commit message prefix"

Closes #72

See merge request !108
parents 05703ba3 921a273f
No related branches found
No related tags found
1 merge request!108Resolve "Update Renovate config to remove commit message prefix"
Pipeline #3875241 passed with warnings
......@@ -20,7 +20,7 @@ annotations:
- Promtail: v3.3.2
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find upstream chart's release notes and CHANGELOG here](https://github.com/grafana/helm-charts/releases?q=promtail&expanded=true)
- [Find upstream applications's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
- [Find upstream application's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
helm.sh/images: |
- name: promtail
image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.3.2
{
"baseBranches": ["main"],
"configWarningReuseIssue": false,
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate: Upgrade Promtail Package Dependencies",
"draftPR": true,
"enabledManagers": ["helm-values","regex"],
"ignorePaths": ["chart/charts/**"],
"ignoreDeps": ["docker.io/busybox"],
"labels": ["promtail","renovate"],
"commitMessagePrefix": "SKIP UPDATE CHECK",
"packageRules": [
{
"matchDatasources": ["docker"],
"groupName": "Ironbank"
}
"baseBranches": ["main"],
"configWarningReuseIssue": false,
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate: Upgrade Promtail Package Dependencies",
"draftPR": true,
"enabledManagers": ["custom.regex", "helm-values", "helmv3"],
"ignorePaths": ["chart/charts/**"],
"ignoreDeps": ["docker.io/busybox"],
"labels": ["promtail", "renovate", "kind::maintenance", "team::Observability"],
"postUpdateOptions": ["helmUpdateSubChartArchives"],
"separateMajorMinor": false,
"packageRules": [
{"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
],
"customManagers": [
{
"customType": "regex",
"description": "Update app version chart annotations",
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": [
"- Promtail:\\s*(?<currentValue>.+)",
"appVersion:\\s*(?<currentValue>.+)"
],
"depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"description": "Update docker image references",
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"description": "Update chart version",
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
"autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
"depNameTemplate": "promtail",
"datasourceTemplate": "helm",
"registryUrlTemplate": "https://grafana.github.io/helm-charts"
}
],
"postUpgradeTasks": {
"commands": [
"regenerate-helm-docs",
"bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
],
"regexManagers": [
{
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": [
"appVersion:\\s*(?<currentValue>.+)"
],
"depNameTemplate": "ironbank/opensource/grafana/promtail",
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://registry1.dso.mil"
},
{
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": [
"- Promtail:\\s*(?<currentValue>.+)"
],
"depNameTemplate": "ironbank/opensource/grafana/promtail",
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://registry1.dso.mil"
},
{
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": [
"image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
}
],
"separateMajorMinor": false,
"postUpdateOptions": ["helmUpdateSubChartArchives"]
}
"fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
}
}
\ 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