diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0f56453a6a..775bcd3e087 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: + # Maintain dependencies of docker images + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + # Maintain dependencies of GitHub Actions - package-ecosystem: "github-actions" directory: "/"