From 5518a020ec5397e99af734aaae420e5ae53bb700 Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Tue, 3 Oct 2023 16:31:01 +0200 Subject: [PATCH] Fix dependabot config --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cdf9b2..7cf4d89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,18 +6,19 @@ updates: open-pull-requests-limit: 10 schedule: interval: daily - time: 07:00 + time: '07:00' timezone: Europe/Berlin assignees: - ffried reviewers: - ffried + - package-ecosystem: swift directory: / open-pull-requests-limit: 10 schedule: interval: daily - time: 07:00 + time: '07:00' timezone: Europe/Berlin assignees: - ffried