diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 359b0b9e..607222b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ version: 2 updates: - package-ecosystem: "npm" - dependency-type: "production" + allow: + - dependency-type: "production" directory: "/" schedule: interval: "monthly"