Disable dependabot (#46)

This commit is contained in:
folex
2021-02-15 15:58:39 +03:00
committed by GitHub
parent 159cb6b2ca
commit f9abb8d7d2

View File

@ -3,10 +3,11 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 0