diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-09 11:10:15 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-03-09 12:17:23 +0100 |
| commit | 18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 (patch) | |
| tree | 0456fd2cd12528c44735c71906f95399adec0b51 /.github/dependabot.yml | |
| parent | 42515d98f72ad563aea79e69c17a837cc391f4c6 (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 6 insertions, 1 deletions
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:" |