aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 26048beba..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,11 +0,0 @@
1version: 2
2updates:
3 - package-ecosystem: "npm" # See documentation for possible values
4 directory: "/" # Location of package manifests
5 schedule:
6 interval: "daily"
7 # Maintain dependencies for GitHub Actions
8 - package-ecosystem: "github-actions"
9 directory: "/"
10 schedule:
11 interval: "daily"