Configure dependabot (#394)

This commit is contained in:
Félix Saparelli 2022-09-07 13:28:15 +12:00 committed by GitHub
parent 6c40113e9e
commit f7d38206e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

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

@ -0,0 +1,38 @@
# Dependabot dependency version checks / updates
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/cli"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/lib"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/filterer/ignore"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/filterer/globset"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/filterer/tagged"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/ignore-files"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/project-origins"
schedule:
interval: "daily"