mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
ci: add day of the week and labels to dependabot
Run dependabot every Saturday and label PRs with GitHub/CI and dependencies labels. Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -3,6 +3,10 @@ updates:
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
day: 'saturday'
|
||||
interval: 'weekly'
|
||||
commit-message:
|
||||
prefix: 'ci'
|
||||
labels:
|
||||
- dependencies
|
||||
- GitHub/CI
|
||||
|
||||
Reference in New Issue
Block a user