diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d17083..e893d0380 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,15 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/src" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/src/bin/doc" + schedule: + interval: "daily"