From 2fc35cb06fd7612c45712756f56e853fd60047d0 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 12 Apr 2024 14:52:20 +0200 Subject: [PATCH] chore(dependabot): group pytest and also update actions --- .github/dependabot.yml | 57 +++++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1881b89d..f156c948 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,39 @@ +--- version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: weekly - day: friday - time: "12:00" - timezone: "Europe/Zurich" - commit-message: - prefix: chore - include: scope -- package-ecosystem: docker - directory: "/" - schedule: - interval: weekly - day: friday - time: "12:00" - timezone: "Europe/Zurich" - commit-message: - prefix: chore - include: scope + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + day: "friday" + time: "12:00" + timezone: "Europe/Zurich" + + - package-ecosystem: pip + directory: "/" + schedule: + interval: weekly + day: friday + time: "12:00" + timezone: "Europe/Zurich" + commit-message: + prefix: chore + include: scope + open-pull-requests-limit: 15 + + groups: + pytest: + patterns: + - "pytest" + - "pytest-*" + + - package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + day: friday + time: "12:00" + timezone: "Europe/Zurich" + commit-message: + prefix: chore + include: scope