summaryrefslogtreecommitdiff
path: root/.github/dependabot.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yaml')
-rw-r--r--.github/dependabot.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
deleted file mode 100644
index ae20cd0..0000000
--- a/.github/dependabot.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
- commit-message:
- prefix: "deps(actions)"
-
- - package-ecosystem: "npm"
- directory: "/"
- schedule:
- interval: "weekly"
- commit-message:
- prefix: "deps(node)"