mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
e3ee0df7ba
* Added: Dependabot.yml config * Updated: schedule interval * Updated: Interval to weekly
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]
|