5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 00:39:34 +00:00

Add Dependabot.yml config (#1663)

* Added: Dependabot.yml config

* Updated: schedule interval

* Updated: Interval to weekly
This commit is contained in:
Felix 2021-12-19 21:53:09 +01:00 committed by GitHub
parent 8f7ab280e2
commit e3ee0df7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,22 @@
# 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]