diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a173e92f..45bcffc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,3 +48,15 @@ updates: helm-charts: patterns: - "*" + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + exclude-paths: + - "test/**" + groups: + npm-dependencies: + patterns: + - "*" \ No newline at end of file