summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-22 22:15:51 -0400
committerseth <[email protected]>2023-04-22 22:17:34 -0400
commit95c79aabe443a3f06b244713c594e6f2e1cf0243 (patch)
tree2bec7c6727dc348a10e91681b893994c0fa1a439
parent4cf10bec6ebd9e20b5004e24c2d00675370aa1c8 (diff)
use semantic commit with renovatebot
-rw-r--r--.github/renovate.json (renamed from renovate.json)4
1 files changed, 3 insertions, 1 deletions
diff --git a/renovate.json b/.github/renovate.json
index 39a2b6e..5c3387f 100644
--- a/renovate.json
+++ b/.github/renovate.json
@@ -1,6 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
- "config:base"
+ "config:base",
+ ":semanticPrefixChore",
+ ":semanticCommitScope(deps)"
]
}