diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2893bb7..1b62014 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,6 @@ updates: directory: '/' # Check the npm registry for updates every day (weekdays) schedule: - interval: 'daily' \ No newline at end of file + interval: 'daily' + # consider only security updates + open-pull-requests-limit: 0 \ No newline at end of file