From d825957a9b57e0bae51fd0a08f89874a69ff18f9 Mon Sep 17 00:00:00 2001 From: Thomas Jejkal Date: Sun, 10 Nov 2024 11:41:05 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f28e82a..08a6e13 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,14 @@ version: 2 updates: - package-ecosystem: "gradle" # See documentation for possible values + target-branch: "development" directory: "/" # Location of package manifests + open-pull-requests-limit: 0 schedule: interval: "weekly" - package-ecosystem: "github-actions" + target-branch: "development" directory: "/" + open-pull-requests-limit: 0 schedule: interval: "weekly"