diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5990d9c..ff4bd2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" + ignore: + update-types: ["patch", "minor"]