From 3134ce68eed9570d11d164cd4b2b93a0b2860356 Mon Sep 17 00:00:00 2001 From: Tomasz Adamski Date: Mon, 29 Jan 2024 12:39:20 +0100 Subject: [PATCH] Dependabot: change parameters --- .github/workflows/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 5990d9c6..dc538043 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -5,7 +5,12 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "maven" + directory: "/" schedule: - interval: "weekly" + interval: "daily" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"