Add dependabot

This commit is contained in:
Sebastian Imlay 2022-08-21 20:05:14 -04:00
parent e8f954080b
commit a1da078e41

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