Skip to content

Commit

Permalink
feat(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Feb 6, 2025
1 parent 33b31d0 commit 751524e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"extends": [
"config:base"
],
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "all patch versions",
"groupSlug": "all-patch",
"matchUpdateTypes": ["patch"],
"excludePackageNames": ["prettier"],
"schedule": ["before 3am on Monday"]
"schedule": ["before 3am on Monday"],
"matchPackageNames": ["!prettier"]
},
{
"matchUpdateTypes": ["minor"],
Expand All @@ -35,10 +33,8 @@
],
"ignoreDeps": ["lerna", "lerna-changelog", "@types/node"],
"ignorePaths": ["archive/**", "examples/**"],
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc" ],
"schedule": [
"before 3am on Friday"
],
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc"],
"schedule": ["before 3am on Friday"],
"labels": ["dependencies"],
"semanticCommitType": "feat"
}

0 comments on commit 751524e

Please sign in to comment.