From 4608ef7e94cc9cdf2384b1ccad89c721ef3ac593 Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Wed, 4 Oct 2023 11:48:35 +0200 Subject: [PATCH 1/2] :wrench: Update Dependabot to enable grouped pull requests --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5bbb20b3c..9e7b08780 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,18 +2,28 @@ version: 2 updates: - package-ecosystem: "gitsubmodule" directory: "/" + groups: + submodules: + patterns: + - "*" schedule: interval: "weekly" day: "friday" time: "06:00" + timezone: "Europe/Berlin" assignees: - "marcelwa" - package-ecosystem: "github-actions" directory: "/" + groups: + github-actions: + patterns: + - "*" schedule: interval: "weekly" day: "friday" time: "06:00" + timezone: "Europe/Berlin" assignees: - "marcelwa" From ed41562219e17ca51d135ef2e8aded51f1900390 Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Wed, 4 Oct 2023 13:25:33 +0200 Subject: [PATCH 2/2] :wrench: Include documentation dependency updates via Dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e7b08780..a42f34fae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,3 +27,17 @@ updates: timezone: "Europe/Berlin" assignees: - "marcelwa" + + - package-ecosystem: "pip" + directory: "/docs/" + groups: + documentation: + patterns: + - "*" + schedule: + interval: "weekly" + day: "friday" + time: "06:00" + timezone: "Europe/Berlin" + assignees: + - "marcelwa"