Skip to content

Commit

Permalink
chore(deps): simplify and increase automation of renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
snyssen committed Dec 2, 2024
1 parent 59910b2 commit 5ee7a08
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:playwrightMonorepo",
"group:allNonMajor",
":pinAllExceptPeerDependencies",
":semanticCommits"
],
"packageRules": [
{
"groupName": "astrojs packages",
"matchPackageNames": [
"/astro/",
"/^@astrojs/"
]
},
{
"groupName": "playwright",
"matchPackageNames": [
"/playwright/",
"/mcr.microsoft.com/playwright/"
]
}
":semanticCommits",
":automergeMinor"
]
}

0 comments on commit 5ee7a08

Please sign in to comment.