From 8126a37bc04fad341776b203a7b9ea2d4d0d4b69 Mon Sep 17 00:00:00 2001 From: Jon Koops <jonkoops@gmail.com> Date: Fri, 13 Dec 2024 18:06:15 +0100 Subject: [PATCH] Align Dependabot configuration with main repo Closes #541 Signed-off-by: Jon Koops <jonkoops@gmail.com> --- .github/dependabot.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ddc7ab28..d54ac3c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,23 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: github-actions directory: / open-pull-requests-limit: 999 rebase-strategy: disabled schedule: - interval: weekly + interval: daily + time: "00:00" + timezone: Etc/GMT labels: - area/dependencies - - package-ecosystem: github-actions + - package-ecosystem: npm directory: / + schedule: + interval: daily + time: "00:00" + timezone: Etc/GMT open-pull-requests-limit: 999 rebase-strategy: disabled - schedule: - interval: weekly + versioning-strategy: increase labels: - area/dependencies