Skip to content

Commit

Permalink
feat(renovate): manually create stellio-context-broker PRs (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Dec 5, 2023
1 parent 58f899e commit ca6efc3
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": ["config:base"],
"extends": [
"config:base"
],
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 1,
"platformAutomerge": true,
Expand All @@ -9,7 +11,9 @@
"automerge": true,
"regexManagers": [
{
"fileMatch": ["(^|/)values\\.yaml$"],
"fileMatch": [
"(^|/)values\\.yaml$"
],
"matchStrings": [
" {4}\\S+:\\n {6}url: (?<registryUrl>https://\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+",
" {8}(?<depName>\\S+): (?<currentValue>\\S+)\\s"
Expand All @@ -19,7 +23,9 @@
"datasourceTemplate": "helm"
},
{
"fileMatch": ["(^|/)values\\.yaml$"],
"fileMatch": [
"(^|/)values\\.yaml$"
],
"matchStrings": [
" {4}\\S+:\\n {6}url: oci://(?<ociUrl>\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+",
" {8}(?<depName>\\S+): (?<currentValue>\\S+)\\s"
Expand All @@ -29,5 +35,13 @@
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://{{{ociUrl}}}"
}
],
"packageRules": [
{
"matchFileNames": [
"charts/stellio-context-broker/**"
],
"dependencyDashboardApproval": true
}
]
}

0 comments on commit ca6efc3

Please sign in to comment.