chore: Improve CI workflows, prepare Renovate (#72)

This commit is contained in:
Krypton
2025-10-04 21:20:58 +02:00
committed by GitHub
parent 4099335710
commit 9b40e98223
5 changed files with 18 additions and 0 deletions

13
renovate.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
":gitSignOff"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"rangeStrategy": "pin",
"rebaseWhen": "conflicted",
"schedule": ["on friday and saturday"]
}