ci: add build and renovate

This commit is contained in:
2026-01-04 15:54:54 +07:00
parent 777da84692
commit 974ab5feb1
4 changed files with 197 additions and 0 deletions

16
renovate.json Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
}
]
}