Enable auto-merge for minor/patch updates by @renovate-bot

This commit is contained in:
Goooler
2025-12-05 09:25:11 +08:00
parent d67c46f0a1
commit e58cf687a2

View File

@@ -6,4 +6,17 @@
labels: [
'dependencies',
],
packageRules: [
// Enable auto-merge for minor/patch updates.
{
matchUpdateTypes: [
'minor',
'patch',
],
automerge: true,
matchPackageNames: [
'/.*/',
],
},
],
}