mirror of
https://github.com/searxng/searxng.git
synced 2025-08-04 19:06:44 +02:00
Some checks are pending
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Themes (push) Waiting to run
Integration / Update translations branch (push) Blocked by required conditions
Integration / Docker (push) Blocked by required conditions
* chore: docker dependabot * Add github actions too
40 lines
1,004 B
YAML
40 lines
1,004 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: "/client/simple"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
open-pull-requests-limit: 5
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "[upd] web-client (simple):"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "[upd] docker:"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "[upd] github-actions:"
|