mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
17 lines
391 B
YAML
17 lines
391 B
YAML
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: github-actions
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
day: monday
|
||
|
time: "09:00"
|
||
|
commit-message:
|
||
|
prefix: fix
|
||
|
prefix-development: chore
|
||
|
include: scope
|
||
|
labels:
|
||
|
- gha
|
||
|
- dependencies
|