Skip to content

Commit

Permalink
add content from otelcol-contrib 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 60b27e6 commit 291e233
Showing 1 changed file with 100 additions and 3 deletions.
103 changes: 100 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,102 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"labels": [
"renovatebot",
"dependencies"
],
"constraints": {
"go": "1.22.0"
},
"schedule": ["every tuesday"],
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"],
"enabled": false
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major"],
"prBodyNotes": [":warning: MAJOR VERSION UPDATE :warning: - please manually update this package"],
"labels": ["dependency-major-update"]
},
{
"matchManagers": ["dockerfile"],
"groupName": "dockerfile deps"
},
{
"matchManagers": ["docker-compose"],
"groupName": "docker-compose deps"
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"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"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://github.com/datadog"],
"groupName": "All github.com/datadog packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://google.golang.org"],
"groupName": "All google.golang.org packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
},
{
"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"]
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": ["https://github.com/open-telemetry/opentelemetry-collector"],
"groupName": "All OpenTelemetry Collector packages",
"matchUpdateTypes": ["major", "minor", "patch"]
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": [
"https://github.com/open-telemetry/opentelemetry-go-contrib"
],
"groupName": "All opentelemetry-go-contrib packages"
}
],
"customManagers": [
{
Expand All @@ -15,5 +110,7 @@
"depNameTemplate": "github.com/goreleaser/goreleaser-pro",
"datasourceTemplate": "github-releases"
}
]
],
"prConcurrentLimit": 200,
"suppressNotifications": ["prEditedNotification"]
}

0 comments on commit 291e233

Please sign in to comment.