Merge pull request #50 from simlay/add-dependabot-to-ci

Add dependabot
This commit is contained in:
Ryan McGrath 2022-08-21 17:23:56 -07:00 committed by GitHub
commit b85bdfb697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"] # ignore patch updates
# Maintain dependencies for Cargo
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"] # ignore patch updates