diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2bc6b95..5b829a0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,4 +62,19 @@ updates: # only upgrade by minor or patch - dependency-name: "*" update-types: - - version-update:semver-major \ No newline at end of file + - version-update:semver-major + - package-ecosystem: npm + target-branch: docs-build + directory: / + schedule: + interval: weekly + - package-ecosystem: npm + target-branch: main + directory: /docs + schedule: + interval: weekly + - package-ecosystem: npm + target-branch: 4.1.x + directory: /docs + schedule: + interval: weekly