mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-03 21:07:35 +08:00
50 lines
929 B
YAML
50 lines
929 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: docker
|
|
directory: "/docker"
|
|
schedule:
|
|
interval: daily
|
|
time: '01:00'
|
|
timezone: "Europe/Berlin"
|
|
commit-message:
|
|
prefix: "[docker] "
|
|
target-branch: "master"
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- "dependabot"
|
|
- "docker"
|
|
reviewers:
|
|
- "budtmo"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: '01:00'
|
|
timezone: "Europe/Berlin"
|
|
commit-message:
|
|
prefix: "[github-action] "
|
|
target-branch: "master"
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- "dependabot"
|
|
- "github-action"
|
|
reviewers:
|
|
- "budtmo"
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: '01:00'
|
|
timezone: "Europe/Berlin"
|
|
commit-message:
|
|
prefix: "[pip] "
|
|
target-branch: "master"
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- "dependabot"
|
|
- "pip"
|
|
reviewers:
|
|
- "budtmo"
|