Update dependabot.yml

This commit is contained in:
Paramtamtam 2021-10-01 16:50:33 +05:00 committed by GitHub
parent 6e5b989498
commit b345e9859a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]