From 716f2fa5766f8e0b096629b2bf73cea5d2f7a8a6 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Tue, 17 Sep 2024 13:35:48 +0100 Subject: [PATCH] refactor(dependabot): Group all ecosystems (#29) I've added a prefix too [1], so we can have nicer release notes. This uses the same naive grouping approach as in other repositories [2]. FIXES PLA-173 [1] https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message [2] https://github.com/climatepolicyradar/navigator-data-pipeline/pull/224/files --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cc6fae..3c80cd5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: - package-ecosystem: pip + commit-message: + prefix: feat + include: scope + groups: + all: + applies-to: version-updates + patterns: + - "*" directory: / schedule: interval: monthly @@ -9,6 +17,14 @@ updates: reviewers: - climatepolicyradar/deng - package-ecosystem: github-actions + commit-message: + prefix: feat + include: scope + groups: + all: + applies-to: version-updates + patterns: + - "*" directory: / schedule: interval: monthly @@ -17,6 +33,14 @@ updates: reviewers: - climatepolicyradar/deng - package-ecosystem: pip + commit-message: + prefix: feat + include: scope + groups: + all: + applies-to: version-updates + patterns: + - "*" directory: / schedule: interval: daily