finish configs
Some checks failed
CI / Test (pull_request) Failing after 6s

This commit is contained in:
2025-10-08 16:26:40 +02:00
parent 1a850b98e3
commit 20bbd0982e
4 changed files with 9 additions and 26 deletions

View File

@@ -2,13 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"addLabels": [
"deps",
"action"
]
"matchManagers": ["github-actions"],
"addLabels": ["deps", "action"]
}
]
}