From 9487f3d85eaf966df293fa522139aab227ea67d5 Mon Sep 17 00:00:00 2001 From: Vince Jerald Villamora Date: Fri, 1 Sep 2023 22:26:28 +0800 Subject: [PATCH] fix(github-actions): update config --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f34fb8..e14759a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: - "vincejv" labels: - "dependencies" + open-pull-requests-limit: 20 - package-ecosystem: "github-actions" # Workflow files stored in the @@ -16,9 +17,10 @@ updates: directory: "/" target-branch: "development" schedule: - interval: "weekly" + interval: "daily" assignees: - "vincejv" labels: - "dependencies" - "ci-cd" + open-pull-requests-limit: 20