summaryrefslogtreecommitdiff
path: root/.github
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 /.github
parentca18dc7cc8b49d0aa703d5382a445668619e8e49 (diff)
dependabot: fix commit prefix for pnpm
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml3
1 files changed, 2 insertions, 1 deletions
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)"