feat: add scaffolder

This commit is contained in:
2025-02-22 16:08:22 +01:00
commit 01023c212b
31 changed files with 1544 additions and 0 deletions

7
renovate.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>lunarway/renovate-config",
"local>lunarway/renovate-config//presets/golang-libs"
]
}