From f0cb34400749238cd8fe1f529fc37bdfe0f542b8 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:37:36 +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 | 81 +++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13115229..4fd6ca00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,42 +1,43 @@ version: 2 updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: daily - time: "22:00" - open-pull-requests-limit: 10 - ignore: - - dependency-name: phpunit/phpunit - versions: - - "< 7, >= 6.a" - - dependency-name: phpunit/phpunit - versions: - - "< 8, >= 7.a" -- package-ecosystem: npm - directory: "/" - 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 - - dependency-name: sinon - versions: - - 10.0.0 - - 9.2.4 - - dependency-name: underscore - versions: - - 1.12.1 - - dependency-name: jasmine-core - versions: - - 3.7.0 + - 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: npm + 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