diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ffcb861ded9..4326c228a7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,3 +39,14 @@ updates: open-pull-requests-limit: 1 schedule: interval: "weekly" + + - package-ecosystem: "npm" + directory: "/docs" # Location of package manifests + open-pull-requests-limit: 1 + schedule: + interval: "weekly" + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + groups: + patch-versions: + update-types: + - "patch" \ No newline at end of file