Added: Dependabot.yml config

This commit is contained in:
GoliathLabs 2021-11-26 16:08:29 +01:00
parent e153ba6bd7
commit 0faa3c0277
No known key found for this signature in database
GPG Key ID: 37F7BDC266B5BAB8

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

@ -0,0 +1,28 @@
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule: {interval: monthly}
reviewers: [blocktrron]
assignees: [blocktrron]
- package-ecosystem: docker
directory: /
schedule: {interval: monthly}
reviewers: [blocktrron]
assignees: [blocktrron]
- package-ecosystem: docker
directory: /
schedule: {interval: monthly}
reviewers: [blocktrron]
assignees: [blocktrron]
- package-ecosystem: pip
directory: /docs/
schedule: {interval: monthly}
reviewers: [blocktrron]
assignees: [blocktrron]