From 5cedbc81cf6063199592b7db6fae5aacb13a8e15 Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Thu, 14 Mar 2024 07:53:10 +0100 Subject: [PATCH] Cleanup dependabot config --- .github/dependabot.yml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 568990c..9a2e326 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,35 +1,37 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / open-pull-requests-limit: 10 schedule: - interval: "daily" - time: "07:00" - timezone: "Europe/Berlin" + interval: daily + time: '07:00' + timezone: Europe/Berlin assignees: - ffried reviewers: - ffried - - package-ecosystem: "github-actions" - directory: ".github/actions/generate-action-code" + + - package-ecosystem: github-actions + directory: .github/actions/generate-action-code open-pull-requests-limit: 10 schedule: - interval: "daily" - time: "07:00" - timezone: "Europe/Berlin" + interval: daily + time: '07:00' + timezone: Europe/Berlin assignees: - ffried reviewers: - ffried - - package-ecosystem: "npm" - directory: "/" + + - package-ecosystem: npm + directory: / open-pull-requests-limit: 10 schedule: - interval: "daily" - time: "07:00" - timezone: "Europe/Berlin" + interval: daily + time: '07:00' + timezone: Europe/Berlin assignees: - ffried reviewers: