Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 30141b5 commit f66bd9e
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"helpers:pinGitHubActionDigests",
"customManagers:githubActionsVersions",
"customManagers:dockerfileVersions"
],
"postUpdateOptions": ["gomodTidy"],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"groupName": "OpenTelemetry Collector",
"matchDatasources": ["go", "docker"],
"matchPackagePrefixes": [
"go.opentelemetry.io/collector/",
"otel/opentelemetry-collector-builder",
"github.com/open-telemetry/opentelemetry-collector-contrib/"
"matchDatasources": [
"go",
"docker"
],
"matchPackageNames": [
"go.opentelemetry.io/collector/{/,}**",
"otel/opentelemetry-collector-builder{/,}**",
"github.com/open-telemetry/opentelemetry-collector-contrib/{/,}**"
]
}
],
"ocb": {
"fileMatch": ["(^|/)manifest\\.ya?ml$"]
"fileMatch": [
"(^|/)manifest\\.ya?ml$"
]
}
}

0 comments on commit f66bd9e

Please sign in to comment.