diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e574638..2e4a928 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,6 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" + allow: + - dependency-type: "production"