chore: Add docker and GH actions to dependabot

imgbot
KieranRobson 2022-10-08 11:24:50 +01:00
parent 68b0f7cb25
commit a5ae2517ee
1 changed files with 12 additions and 1 deletions

View File

@ -13,3 +13,14 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"