diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea6840d..2033d5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,13 @@ version: 2 updates: + # Docker images + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "chore:" + # GitHub Actions - package-ecosystem: "github-actions" directory: "/"