This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new f5f894c6f chore: Add npm to dependabot (#6318)
f5f894c6f is described below
commit f5f894c6fd0c7edaa1eaf7fdff83f829f73034ca
Author: friendsa <[email protected]>
AuthorDate: Wed Jun 25 13:45:44 2025 +0800
chore: Add npm to dependabot (#6318)
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4e4a81173..f414e7365 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -76,3 +76,9 @@ updates:
open-pull-requests-limit: 1
schedule:
interval: "monthly"
+
+ - package-ecosystem: "npm"
+ directory: "/website"
+ open-pull-requests-limit: 1
+ schedule:
+ interval: "monthly"