Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(config): migrate renovate config #36891

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
346 changes: 218 additions & 128 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,129 +1,219 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"renovatebot",
"dependencies"
],
"constraints": {
"go": "1.22.0"
},
"schedule": ["every tuesday"],
"extends": [
"config:recommended",
"customManagers:githubActionsVersions"
],
"ignorePaths": [
"**/receiver/apachesparkreceiver/testdata/integration/Dockerfile.apache-spark",
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_16_3",
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_9_3",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_0",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_4.lpu",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_4lpu",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.5_0"
],
"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-collector-contrib"],
"groupName": "All OpenTelemetry Collector Contrib packages",
"matchUpdateTypes": ["major", "minor", "patch"]
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": [
"https://github.com/open-telemetry/opentelemetry-go-contrib"
],
"groupName": "All opentelemetry-go-contrib packages"
},
{
"matchPackageNames": ["google.golang.org/grpc"],
"allowedVersions": "!/v1.68.0$/"
}
],
"ignoreDeps": [
"github.com/DataDog/datadog-agent/pkg/trace/exportable",
"github.com/DataDog/datadog-api-client-go"
],
"prConcurrentLimit": 200,
"suppressNotifications": ["prEditedNotification"]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"renovatebot",
"dependencies"
],
"constraints": {
"go": "1.22.0"
},
"schedule": [
"on tuesday"
],
"extends": [
"config:recommended",
"customManagers:githubActionsVersions"
],
"ignorePaths": [
"**/receiver/apachesparkreceiver/testdata/integration/Dockerfile.apache-spark",
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_16_3",
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_9_3",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_0",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_4.lpu",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_4lpu",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.5_0"
],
"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"
],
"groupName": "All github.com/aws packages",
"matchSourceUrls": [
"https://github.com/aws{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All github.com/azure packages",
"matchSourceUrls": [
"https://github.com/azure{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All github.com/datadog packages",
"matchSourceUrls": [
"https://github.com/datadog{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All google.golang.org packages",
"matchSourceUrls": [
"https://google.golang.org{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All golang.org/x packages",
"matchPackageNames": [
"golang.org/x{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All go.opentelemetry.io/build-tools packages",
"matchPackageNames": [
"go.opentelemetry.io/build-tools{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All go.opentelemetry.io/otel packages",
"matchSourceUrls": [
"https://go.opentelemetry.io/otel{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All cloud.google.com/go packages",
"matchPackageNames": [
"cloud.google.com/go{/,}**"
]
},
{
"matchManagers": [
"gomod"
],
"groupName": "All github.com/googlecloudplatform packages",
"matchSourceUrls": [
"https://github.com/googlecloudplatform{/,}**"
]
},
{
"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-collector-contrib"
],
"groupName": "All OpenTelemetry Collector Contrib packages",
"matchUpdateTypes": [
"major",
"minor",
"patch"
]
},
{
"matchManagers": [
"gomod"
],
"matchSourceUrls": [
"https://github.com/open-telemetry/opentelemetry-go-contrib"
],
"groupName": "All opentelemetry-go-contrib packages"
},
{
"matchPackageNames": [
"google.golang.org/grpc"
],
"allowedVersions": "!/v1.68.0$/"
}
],
"ignoreDeps": [
"github.com/DataDog/datadog-agent/pkg/trace/exportable",
"github.com/DataDog/datadog-api-client-go"
],
"prConcurrentLimit": 200,
"suppressNotifications": [
"prEditedNotification"
]
}
Loading