diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 291b01e..7369501 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,16 @@ updates: github-actions: patterns: - '*' + + - package-ecosystem: 'npm' + directories: + - '*' + schedule: + interval: 'weekly' + open-pull-requests-limit: 0 + groups: + npm-security: + applies-to: security-updates + group-by: dependency-name + patterns: + - '*'