chore(repo): add renovate config

This commit is contained in:
cswimr 2025-01-28 14:52:52 -05:00
parent eddb72692e
commit da6b434ed7
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

12
renovate.json Normal file
View file

@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>cc/renovate-config"
],
"semanticCommits": "enabled",
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"labels": [
"Kind/Renovate"
]
}