chore(renovate): add rule

This commit is contained in:
Michael Kriese 2024-08-23 11:31:19 +02:00
parent 8aec6042ef
commit d86d9f1cf6
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -6,6 +6,11 @@
"description": "Require approval for all dependencies",
"matchDepNames": ["/.+/"],
"dependencyDashboardApproval": true
},
{
"description": "Separate minor and patch for some packages",
"matchDepNames": ["github.com/rhysd/actionlint"],
"separateMinorPatch": true
}
]
}