diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d499a1f..b1f04ad4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/console/atest-ui" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/console/atest-desktop" # Location of package manifests + schedule: + interval: "weekly"