From 8f0d0d7e5a399d8aa2e7f8340bc826a929f6166d Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 22 Apr 2021 11:42:57 +0200 Subject: [PATCH] align dependabot config with files app Signed-off-by: Andy Scherzinger --- .github/dependabot.yml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca927340c..da58e1a6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,16 @@ version: 2 updates: -- package-ecosystem: gradle - directory: "/" - schedule: - interval: daily - time: "03:00" - timezone: Europe/Paris - open-pull-requests-limit: 10 - labels: - - 3. to review + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 10 + labels: + - 3. to review + - dependencies