mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Enable auto-merge for minor/patch updates by @renovate-bot
This commit is contained in:
13
.github/renovate.json5
vendored
13
.github/renovate.json5
vendored
@@ -6,4 +6,17 @@
|
||||
labels: [
|
||||
'dependencies',
|
||||
],
|
||||
packageRules: [
|
||||
// Enable auto-merge for minor/patch updates.
|
||||
{
|
||||
matchUpdateTypes: [
|
||||
'minor',
|
||||
'patch',
|
||||
],
|
||||
automerge: true,
|
||||
matchPackageNames: [
|
||||
'/.*/',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user