From ea7003292735b9d4de19f10563ed0179d270aaa2 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sun, 5 Jan 2025 22:31:21 +0100 Subject: [PATCH] chore: update dependabot config --- .github/dependabot.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2838e2..b1e8b0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,17 @@ -# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference version: 2 updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - day: monday - time: "10:00" - commit-message: - prefix: ci - prefix-development: ci - include: scope - labels: - - pinned - - dependencies - - gha +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + time: "14:00" + commit-message: + prefix: ci + prefix-development: ci + include: scope + labels: + - dependencies + - gha + - pinned