summaryrefslogtreecommitdiff
path: root/.github
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 /.github
parent4cf10bec6ebd9e20b5004e24c2d00675370aa1c8 (diff)
use semantic commit with renovatebot
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..5c3387f
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,8 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:base",
+ ":semanticPrefixChore",
+ ":semanticCommitScope(deps)"
+ ]
+}