mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
Run dependabot every Saturday and label PRs with GitHub/CI and dependencies labels. Signed-off-by: George Sapkin <george@sapk.in>
13 lines
230 B
YAML
13 lines
230 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
day: 'saturday'
|
|
interval: 'weekly'
|
|
commit-message:
|
|
prefix: 'ci'
|
|
labels:
|
|
- dependencies
|
|
- GitHub/CI
|