add renovate configuration file

This commit is contained in:
tuna2134
2026-06-09 22:14:37 +09:00
parent 30e5141727
commit f8a0eb8442

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}