Added: Dependabot.yml config
This commit is contained in:
parent
e153ba6bd7
commit
0faa3c0277
28
.github/dependabot.yml
vendored
Normal file
28
.github/dependabot.yml
vendored
Normal 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]
|
Loading…
Reference in New Issue
Block a user