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