From 722bb204c6b0ef8e5ef4b9d85fc005a6ee6023dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Mon, 11 May 2026 19:31:08 +0200 Subject: [PATCH] chore: add standardized dependabot config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Weekly Sunday 22:00 UTC, 5 PR limit per ecosystem, minor+patch grouped. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .github/dependabot.yml | 50 +++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 539fa505..482bffcf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,25 +1,29 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/js" - schedule: - interval: daily - time: "22:00" - open-pull-requests-limit: 10 - ignore: - - dependency-name: karma - versions: - - 6.0.3 - - 6.0.4 - - 6.1.0 - - 6.1.1 - - 6.1.2 - - 6.2.0 - - 6.3.0 - - 6.3.1 -- package-ecosystem: composer - directory: "/" - schedule: - interval: daily - time: "22:00" - open-pull-requests-limit: 10 + - package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + day: sunday + time: '22:00' + timezone: Etc/UTC + open-pull-requests-limit: 5 + groups: + minor-and-patch: + update-types: + - minor + - patch + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + day: sunday + time: '22:00' + timezone: Etc/UTC + open-pull-requests-limit: 5 + groups: + minor-and-patch: + update-types: + - minor + - patch