chore: Update all dependencies

This commit is contained in:
Pun Butrach
2026-01-10 20:50:38 +07:00
parent 0153e4e917
commit 2d1b8dfae3
5 changed files with 21 additions and 132 deletions
+13
View File
@@ -6,4 +6,17 @@
labels: [
'dependencies',
],
packageRules: [
// Enable auto-merge for minor/patch updates.
{
matchUpdateTypes: [
'minor',
'patch',
],
automerge: true,
matchPackageNames: [
'/.*/',
],
},
],
}