Skip to content

Commit

Permalink
chore(renovate): tweak config for instrumentation package
Browse files Browse the repository at this point in the history
Should help with #23978

[skip ci]
  • Loading branch information
Jolg42 committed Apr 26, 2024
1 parent b4e6b64 commit 8d5e186
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions .github/renovate.json
Expand Up @@ -4,6 +4,7 @@
":dependencyDashboard",
":semanticCommitType(chore)",
":ignoreModulesAndTests",
":pinAllExceptPeerDependencies",
"group:monorepos",
"group:recommended",
"replacements:all",
Expand All @@ -29,24 +30,6 @@
},
"configMigration": true,
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"excludePackageNames": [
"@opentelemetry/api",
"@opentelemetry/instrumentation",
"@opentelemetry/sdk-trace-base"
],
"rangeStrategy": "pin"
},
{
"matchDepTypes": [
"engines",
"peerDependencies"
],
"rangeStrategy": "auto"
},
{
"groupName": "devDependencies patch (non-major)",
"automerge": true,
Expand Down Expand Up @@ -193,6 +176,16 @@
"matchPackagePatterns": ["^@opentelemetry/"],
"schedule": ["before 7am on Wednesday"]
},
{
"groupName": "opentelemetry packages for instrumentation package",
"matchFileNames": ["packages/instrumentation/**"],
"matchPackageNames": [
"@opentelemetry/api",
"@opentelemetry/instrumentation",
"@opentelemetry/sdk-trace-base"
],
"rangeStrategy": "auto"
},
{
"groupName": "esbuild packages",
"matchPackagePatterns": ["^esbuild"],
Expand Down

0 comments on commit 8d5e186

Please sign in to comment.