Configure Renovate auto-merge for @kinvolk/headlamp-plugin
This commit is contained in:
committed by
GitHub
parent
1ba1a67f01
commit
527ce26ff6
+18
-2
@@ -1,5 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>privilegedescalation/.github:renovate-config"]
|
"extends": ["github>privilegedescalation/.github:renovate-config"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Auto-merge minor and patch updates for @kinvolk/headlamp-plugin",
|
||||||
|
"matchPackageNames": ["@kinvolk/headlamp-plugin"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "pr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Auto-merge security patches for @kinvolk/headlamp-plugin immediately",
|
||||||
|
"matchPackageNames": ["@kinvolk/headlamp-plugin"],
|
||||||
|
"matchUpdateTypes": ["security"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "pr",
|
||||||
|
"labels": ["security"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user