Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent a0a2186 commit 95d4505
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"customManagers:githubActionsVersions",
"customManagers:makefileVersions"
],
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"prConcurrentLimit": 25,
"minimumReleaseAge": "3 days",
"timezone": "Europe/Vienna",
Expand All @@ -17,12 +19,16 @@
],
"packageRules": [
{
"matchPackagePatterns": ["^(go\\.opentelemetry\\.io/collector|github\\.com/open-telemetry/opentelemetry-collector-contrib)"],
"matchPackageNames": ["open-telemetry/opentelemetry-collector-contrib"],
"matchPackageNames": [
"open-telemetry/opentelemetry-collector-contrib",
"/^(go\\.opentelemetry\\.io/collector|github\\.com/open-telemetry/opentelemetry-collector-contrib)/"
],
"groupName": "OpenTelemetry Collector"
},
{
"matchDatasources": ["golang-version"],
"matchDatasources": [
"golang-version"
],
"rangeStrategy": "bump"
}
],
Expand All @@ -40,12 +46,5 @@
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*(:|=|\\?=|:=|\\+=) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
]
}
],
"regexManagers": [
{
"fileMatch": ["^manifest.yaml$"],
"matchStrings": ["- gomod: (?<depName>(go\\.opentelemetry\\.io\/collector|github\\.com\/open-telemetry\/opentelemetry-collector-contrib|github\\.com\/dynatrace\/dynatrace-otel-collector)\/([A-Za-z0-9]+\/)*[A-Za-z0-9]+) (?<currentValue>v\\d+\\.\\d+\\.\\d+)\\n"],
"datasourceTemplate": "go"
}
]
}

0 comments on commit 95d4505

Please sign in to comment.