diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afb941790..32e49e6b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,6 +30,12 @@ updates: patterns: - "*" + # docker + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + # GitHub composite actions - package-ecosystem: "github-actions" directory: "/.github/actions/packages"