switch to on-push building

This commit is contained in:
2025-09-08 18:17:05 +02:00
parent 1611f7c58a
commit c5a8f0d343
8 changed files with 280 additions and 1 deletions

12
renovate.jsonc Normal file
View File

@@ -0,0 +1,12 @@
// Renovate configuration
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"ignoreTests": true
}
]
}