From c42f9241cd6019daccc9f90fa05391c5b6a52632 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 13:03:02 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 46 ++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5269bbce..0ec098c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,28 @@ +# Dependabot will run on day 26 of each month at 01:11 (Europe/Berlin timezone) version: 2 updates: - - package-ecosystem: github-actions - directory: '/' - schedule: - interval: monthly - time: '04:00' - timezone: Europe/Berlin - - package-ecosystem: npm - directory: '/' - schedule: - interval: weekly - open-pull-requests-limit: 10 - versioning-strategy: increase - - package-ecosystem: npm - directory: '/src-admin' - schedule: - interval: monthly - time: '04:00' - timezone: Europe/Berlin - open-pull-requests-limit: 20 - versioning-strategy: increase + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "11 1 26 * *" + open-pull-requests-limit: 15 + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + timezone: "Europe/Berlin" + open-pull-requests-limit: 15 + versioning-strategy: "increase" + + - package-ecosystem: "npm" + directory: "/src-admin" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "11 1 26 * *" + open-pull-requests-limit: 20 + versioning-strategy: "increase"