Skip to content

Commit

Permalink
initial renovate json from brandt
Browse files Browse the repository at this point in the history
  • Loading branch information
decleaver committed Jun 10, 2022
1 parent be1e538 commit c83400c
Showing 1 changed file with 44 additions and 3 deletions.
47 changes: 44 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
{
"extends": [
"config:base"
"extends":["config:base"],
"baseBranches": ["master"],
"dependencyDashboard": "true",
"dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
"dependencyDashboardTitle": "Renovate: Upgrade zarf Package Dependencies",
"draftPR": "true",
"labels": ["renovate"],
"regexManagers": [
{
"fileMatch": ["^packages/gitea/zarf\\.yaml$"],
"matchStrings": [
"version:\\s+(?<currentValue>.+)"
],
"datasourceTemplate": "helm",
"depNameTemplate": "gitea"
},
{
"fileMatch": ["^packages/logging-pgl/zarf\\.yaml$"],
"matchStrings": [
"version:\\s+(?<currentValue>.+)"
],
"datasourceTemplate": "helm",
"depNameTemplate": "loki-stack"
}
],
"packageRules": [
{
"datasources": ["helm"],
"managers": ["regex"],
"packageNames": [
"gitea"
],
"registryUrls": ["https://dl.gitea.io/charts"]
},
{
"datasources": ["helm"],
"managers": ["regex"],
"packageNames": [
"loki-stack"
],
"registryUrls": ["https://grafana.github.io/helm-charts"]
}
]
}

}

0 comments on commit c83400c

Please sign in to comment.