Update dependabot.yml
This commit is contained in:
parent
6e5b989498
commit
b345e9859a
29
.github/dependabot.yml
vendored
29
.github/dependabot.yml
vendored
@ -1,21 +1,16 @@
|
|||||||
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
|
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
reviewers:
|
|
||||||
- "tarampampam"
|
|
||||||
assignees:
|
|
||||||
- "tarampampam"
|
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
updates:
|
||||||
directory: "/"
|
- package-ecosystem: github-actions
|
||||||
schedule:
|
directory: /
|
||||||
interval: "weekly"
|
schedule: {interval: monthly}
|
||||||
reviewers:
|
reviewers: [tarampampam]
|
||||||
- "tarampampam"
|
assignees: [tarampampam]
|
||||||
assignees:
|
|
||||||
- "tarampampam"
|
- package-ecosystem: docker
|
||||||
|
directory: /
|
||||||
|
schedule: {interval: monthly}
|
||||||
|
reviewers: [tarampampam]
|
||||||
|
assignees: [tarampampam]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user