From 91309f7ecbbf59d60716a06d07358fc6e913ef2c Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:53:24 -0400 Subject: [PATCH] Adding npm to dependabot --- .github/dependabot.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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