diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93385d9..c42d97e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,8 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily - open-pull-requests-limit: 20 + interval: monthly + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] + open-pull-requests-limit: 5