Skip to content

Commit

Permalink
chore(config): migrate renovate config (#5158)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 14, 2024
1 parent 5bf7e89 commit 4446508
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": ["config:base"],
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "all patch versions",
"groupSlug": "all-patch",
"matchUpdateTypes": ["patch"],
"excludePackageNames": ["prettier"],
"schedule": ["before 3am every weekday"]
"schedule": ["before 3am every weekday"],
"matchPackageNames": ["!prettier"]
},
{
"matchUpdateTypes": ["minor"],
Expand All @@ -26,7 +26,11 @@
"schedule": ["before 3am on Monday"]
},
"rebaseWhen": "conflicted",
"ignoreDeps": ["@opentelemetry/api", "@opentelemetry/resources_1.9.0", "@types/node"],
"ignoreDeps": [
"@opentelemetry/api",
"@opentelemetry/resources_1.9.0",
"@types/node"
],
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc"],
"labels": ["dependencies"]
}

0 comments on commit 4446508

Please sign in to comment.