Skip to content

Commit

Permalink
add content from otelcol-core config
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Nov 6, 2024
1 parent 291e233 commit 039f056
Showing 1 changed file with 13 additions and 40 deletions.
53 changes: 13 additions & 40 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies"
],
"constraints": {
"go": "1.22.0"
"go": "1.22"
},
"schedule": ["every tuesday"],
"extends": ["config:recommended"],
Expand Down Expand Up @@ -35,18 +35,15 @@
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://github.com/aws"],
"groupName": "All github.com/aws packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://github.com/azure"],
"groupName": "All github.com/azure packages"
"matchSourceUrls": [
"https://github.com/open-telemetry/opentelemetry-go-contrib"
],
"groupName": "All opentelemetry-go-contrib packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://github.com/datadog"],
"groupName": "All github.com/datadog packages"
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"],
"groupName": "All go.opentelemetry.io/contrib packages"
},
{
"matchManagers": ["gomod"],
Expand All @@ -60,42 +57,18 @@
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/build-tools"],
"groupName": "All go.opentelemetry.io/build-tools packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"],
"groupName": "All go.opentelemetry.io/otel packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["cloud.google.com/go"],
"groupName": "All cloud.google.com/go packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://github.com/googlecloudplatform"],
"groupName": "All github.com/googlecloudplatform packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": ["https://github.com/open-telemetry/opentelemetry-collector"],
"groupName": "All OpenTelemetry Collector dev packages",
"matchUpdateTypes": ["digest"]
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
"groupName": "All go.opentelemetry.io/collector packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": ["https://github.com/open-telemetry/opentelemetry-collector"],
"groupName": "All OpenTelemetry Collector packages",
"matchUpdateTypes": ["major", "minor", "patch"]
"matchPackagePrefixes": ["go.opentelemetry.io/build-tools"],
"groupName": "All go.opentelemetry.io/build-tools packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": [
"https://github.com/open-telemetry/opentelemetry-go-contrib"
],
"groupName": "All opentelemetry-go-contrib packages"
"matchDepTypes": ["toolchain"],
"enabled": false
}
],
"customManagers": [
Expand Down

0 comments on commit 039f056

Please sign in to comment.