From 18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 9 Mar 2024 11:10:15 +0100 Subject: [mod] CI: tag commits with leading scope/type of the modification Add a leading tag (in square brackets) about the scope/type to commit messages from automated tasks (commits from CI). dependantbot:: [upd] pypi: Bump .. from .. to .. [upd] npm: Bump .. from .. to .. in /searx/static/themes/simple Weblate translation updates:: [l10n] update translations from Weblate updates of ./data:: [data] update searx.data ... build commit of gh-pages:: [doc] build from commit ... Signed-off-by: Markus Heiser --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d99ba9156..9e6f07803 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: "pip" @@ -8,6 +8,9 @@ updates: day: "friday" open-pull-requests-limit: 5 target-branch: "master" + commit-message: + prefix: "[upd] pypi:" + - package-ecosystem: "npm" directory: "/searx/static/themes/simple" schedule: @@ -15,3 +18,5 @@ updates: day: "friday" open-pull-requests-limit: 5 target-branch: "master" + commit-message: + prefix: "[upd] npm:" -- cgit v1.2.3