Update dependabot.yml

This commit is contained in:
Jamie O'Meara 2021-05-26 13:15:39 -06:00 committed by GitHub
parent 265101c98d
commit 19c0cc2e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,9 @@ updates:
- dependency-name: "org.webjars:bootstrap"
# Ignore only new versions for 4.x and 5.x
versions: ["3.4.x", "4.x", "5.x"]
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"