From d75aff8548185f4b1f6cb19fa7e2ddb21ee6f5e5 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 12 Apr 2024 14:52:20 +0200 Subject: [PATCH 1/2] 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 From 7d2961c80823a5ef759c02c6975f3bf2112f4141 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 12 Apr 2024 14:55:00 +0200 Subject: [PATCH 2/2] chore(dependabot): daily updates --- .github/dependabot.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f156c948..c814500b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,16 +4,14 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: daily time: "12:00" timezone: "Europe/Zurich" - package-ecosystem: pip directory: "/" schedule: - interval: weekly - day: friday + interval: daily time: "12:00" timezone: "Europe/Zurich" commit-message: @@ -30,8 +28,7 @@ updates: - package-ecosystem: docker directory: "/" schedule: - interval: weekly - day: friday + interval: daily time: "12:00" timezone: "Europe/Zurich" commit-message: