Skip to content

Commit

Permalink
chore(config): migrate renovate config (#36891)
Browse files Browse the repository at this point in the history
The Renovate config in this repository needs migrating. Typically this
is because one or more configuration options you are using have been
renamed.

You don't need to merge this PR right away, because Renovate will
continue to migrate these fields internally each time it runs. But later
some of these fields may be fully deprecated and the migrations removed.
So it's a good idea to merge this migration PR soon.





🔕 **Ignore**: Close this PR and you won't be reminded about config
migration again, but one day your current config may no longer be valid.

❓ Got questions? Does something look wrong to you? Please don't hesitate
to [request help
here](https://redirect.github.com/renovatebot/renovate/discussions).


---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 87045a2 commit e64cee3
Showing 1 changed file with 218 additions and 128 deletions.
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"
]
}

0 comments on commit e64cee3

Please sign in to comment.