summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-13 00:29:18 -0500
committerseth <[email protected]>2024-02-13 00:29:18 -0500
commit6a1395c129fdb01a93f737b15b9bc51565eea6bd (patch)
treec84bb4f0d7f686bdaf93e5f8efd96640147a90b9
parentca18dc7cc8b49d0aa703d5382a445668619e8e49 (diff)
dependabot: fix commit prefix for pnpm
-rw-r--r--.editorconfig2
-rw-r--r--.github/dependabot.yml3
2 files changed, 3 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 9ecab0a..62e6253 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,7 +7,7 @@ charset = utf-8
indent_style = tab
indent_size = 4
-[*.yaml]
+[*.{yml,yaml}]
indent_style = space
indent_size = 2
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5f2cb61..d9f9b6e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,4 +11,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- commit-message: "deps(node)"
+ commit-message:
+ prefix: "deps(node)"