mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
18028f3c13
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>
23 lines
607 B
YAML
23 lines
607 B
YAML
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
open-pull-requests-limit: 5
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "[upd] pypi:"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/searx/static/themes/simple"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
open-pull-requests-limit: 5
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "[upd] npm:"
|