From e621990fb2a8539ac16446e1e9e0900663428708 Mon Sep 17 00:00:00 2001 From: Jared Ondricek <90368810+jondricek@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:51:18 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index faba0af39..dc2176123 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/nav-app" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" target-branch: "develop"