mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Refine Renovate config further
By getting it to pin GitHub Actions to specific commits, which hardens our workflows, and fixing a warning about matchPackageNames
This commit is contained in:
parent
97a58f6db7
commit
c46549b2b6
@ -5,15 +5,21 @@
|
|||||||
{
|
{
|
||||||
"extends": ["group:allNonMajor", "schedule:weekly"]
|
"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",
|
"description": "Disable Renovate for packages we want to monitor ourselves",
|
||||||
"groupName": "manually updated packages",
|
"groupName": "manually updated packages",
|
||||||
"matchPackageNames": ["matrix-js-sdk"],
|
"matchDepNames": ["matrix-js-sdk"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "matrix-widget-api",
|
"groupName": "matrix-widget-api",
|
||||||
"matchPackageNames": ["matrix-widget-api"]
|
"matchDepNames": ["matrix-widget-api"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Compound",
|
"groupName": "Compound",
|
||||||
@ -22,7 +28,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "LiveKit client",
|
"groupName": "LiveKit client",
|
||||||
"matchPackageNames": ["livekit-client"]
|
"matchDepNames": ["livekit-client"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "LiveKit components",
|
"groupName": "LiveKit components",
|
||||||
@ -30,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Vaul",
|
"groupName": "Vaul",
|
||||||
"matchPackageNames": ["vaul"],
|
"matchDepNames": ["vaul"],
|
||||||
"extends": ["schedule:monthly"],
|
"extends": ["schedule:monthly"],
|
||||||
"prHeader": "Please review modals on mobile for visual regressions."
|
"prHeader": "Please review modals on mobile for visual regressions."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user