mirror of
https://github.com/42wim/matterbridge
synced 2024-11-11 01:10:38 +00:00
23 lines
532 B
YAML
23 lines
532 B
YAML
|
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
|
||
|
|
||
|
version: 2
|
||
|
|
||
|
updates:
|
||
|
- package-ecosystem: gomod
|
||
|
directory: /
|
||
|
schedule: {interval: weekly}
|
||
|
reviewers: [42wim]
|
||
|
assignees: [42wim]
|
||
|
|
||
|
- package-ecosystem: github-actions
|
||
|
directory: /
|
||
|
schedule: {interval: weekly}
|
||
|
reviewers: [42wim]
|
||
|
assignees: [42wim]
|
||
|
|
||
|
- package-ecosystem: docker
|
||
|
directory: /
|
||
|
schedule: {interval: weekly}
|
||
|
reviewers: [42wim]
|
||
|
assignees: [42wim]
|