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 6, 2024
1 parent 6c2db4b commit b11ac48
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 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 @@ -47,7 +53,7 @@
],
"datasourceTemplate": "go",
"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"
"- 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"
]
}
]
Expand Down

0 comments on commit b11ac48

Please sign in to comment.