diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d5ddefaf2158..119ae1ccf1614 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -75,3 +75,13 @@ updates: directory: "/tools/testing" schedule: interval: "daily" + + - package-ecosystem: "docker" + directory: "/ci" + schedule: + interval: daily + + - package-ecosystem: "docker" + directory: "/.devcontainer" + schedule: + interval: daily