summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-22 22:26:17 -0400
committerseth <[email protected]>2023-04-22 22:26:17 -0400
commit7c855639201c48f5e304c40a8dfb8ea014159338 (patch)
treefd8cfc0e4532d43eaa7eadf797be3d563806d4dd /.github
parent95c79aabe443a3f06b244713c594e6f2e1cf0243 (diff)
actually enable them
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
index 5c3387f..fff197e 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
+ ":semanticCommits",
":semanticPrefixChore",
":semanticCommitScope(deps)"
]