diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00dc698..810c805 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,14 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + groups: + dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch"