From 8e0c426c373e910d1008169f7ddd2c74aeb379c3 Mon Sep 17 00:00:00 2001 From: matijs Date: Sun, 16 Jun 2024 21:53:51 +0200 Subject: [PATCH] fix: dependabot config Remove "day", "time", and "timezone" from Dependabot's schedule because they seem to invalidate the monthly interval. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9459f691..e3b7874b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,24 +1,16 @@ version: 2 -# Documentation: -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates updates: - package-ecosystem: "github-actions" directory: "/" schedule: - day: "monday" interval: "monthly" - time: "09:00" - timezone: "Europe/Amsterdam" reviewers: - "nl-design-system/kernteam-dependabot" - package-ecosystem: "npm" directory: "/" schedule: - day: "monday" interval: "monthly" - time: "09:00" - timezone: "Europe/Amsterdam" versioning-strategy: "increase-if-necessary" open-pull-requests-limit: 20 reviewers: