aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3a3cce576..26048beba 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,11 +1,11 @@
1# To get started with Dependabot version updates, you'll need to specify which
2# package ecosystems to update and where the package manifests are located.
3# Please see the documentation for all configuration options:
4# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6version: 2 1version: 2
7updates: 2updates:
8 - package-ecosystem: "npm" # See documentation for possible values 3 - package-ecosystem: "npm" # See documentation for possible values
9 directory: "/" # Location of package manifests 4 directory: "/" # Location of package manifests
10 schedule: 5 schedule:
11 interval: "weekly" 6 interval: "daily"
7 # Maintain dependencies for GitHub Actions
8 - package-ecosystem: "github-actions"
9 directory: "/"
10 schedule:
11 interval: "daily"