Initial Commit

This commit is contained in:
2025-03-30 19:38:53 +02:00
commit ab4cf8c8b2
10 changed files with 165 additions and 0 deletions

20
npm.json Normal file
View File

@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"addLabels": [
"renovate/automerge",
"renovate/npm"
],
"automerge": true,
"enabled": true,
"matchManagers": [
"npm"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}