From e4bc673651b40bdc5b9590ea143c58355543022a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:53:02 -0700 Subject: [PATCH] Allow more dependabot updates at once --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3918f819..c92676f8b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: target-branch: "dev" # Look for `package.json` and `lock` files in the `/src-ui` directory directory: "/src-ui" - # Check the npm registry for updates every month + open-pull-requests-limit: 10 schedule: interval: "monthly" labels: