feat: add initial renovate configuration file

This commit is contained in:
2025-09-01 03:13:13 +07:00
parent 65018dfcc6
commit 5330510977

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>robonen/tools//infra/renovate/default"
]
}