summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-03-12 20:05:44 +0900
committerDarius Jahandarie <djahandarie@gmail.com>2023-03-12 20:05:44 +0900
commitf8b176278a48a736e0d15b440ebc3325be6133d8 (patch)
treede0e0ec538aeaeae94d57a8f12bb5c7ddeb5f4e8 /.github
parent0aa9d7ef99bbe99d68565c5921c1b3db59ce7f45 (diff)
Add dependabot config, to improve scorecard score
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..0bbc7cb8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ labels:
+ - "area/dependencies"
+
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ labels:
+ - "area/dependencies"