From 7d2b04886cc0e8c95032a97c7e17778ea46c518b Mon Sep 17 00:00:00 2001 From: Federico Minaya Date: Thu, 2 Mar 2023 23:26:44 -0300 Subject: [PATCH] fix: dependabot strategy --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 37a6902..553e6be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,8 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" allow: - dependency-name: "next-auth" - dependency-name: "@sanity/client" + versioning-strategy: increase \ No newline at end of file