Update renovate.json

This commit is contained in:
2025-10-30 20:08:35 +00:00
parent 56e4983a60
commit ee3f603480

View File

@@ -1,5 +1,6 @@
{ {
"extends": [ "extends": ["config:recommended"],
"config:recommended" "semanticCommits": "enabled",
] "semanticCommitScope": "deps",
"semanticCommitType": "feat"
} }