Skip to content

Commit

Permalink
Merge pull request #2444 from robintown/more-renovate
Browse files Browse the repository at this point in the history
Refine Renovate config further
  • Loading branch information
robintown authored Jun 21, 2024
2 parents 97a58f6 + c46549b commit 982181c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
{
"extends": ["group:allNonMajor", "schedule:weekly"]
},
{
"groupName": "GitHub Actions",
"matchDepTypes": ["action"],
"pinDigests": true,
"extends": ["schedule:monthly"]
},
{
"description": "Disable Renovate for packages we want to monitor ourselves",
"groupName": "manually updated packages",
"matchPackageNames": ["matrix-js-sdk"],
"matchDepNames": ["matrix-js-sdk"],
"enabled": false
},
{
"groupName": "matrix-widget-api",
"matchPackageNames": ["matrix-widget-api"]
"matchDepNames": ["matrix-widget-api"]
},
{
"groupName": "Compound",
Expand All @@ -22,15 +28,15 @@
},
{
"groupName": "LiveKit client",
"matchPackageNames": ["livekit-client"]
"matchDepNames": ["livekit-client"]
},
{
"groupName": "LiveKit components",
"matchPackagePrefixes": ["@livekit/components-"]
},
{
"groupName": "Vaul",
"matchPackageNames": ["vaul"],
"matchDepNames": ["vaul"],
"extends": ["schedule:monthly"],
"prHeader": "Please review modals on mobile for visual regressions."
}
Expand Down

0 comments on commit 982181c

Please sign in to comment.