From cea0947f335f9ca7214b7d2f7822869ef0bb06c6 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Wed, 4 Sep 2024 17:54:42 +0200 Subject: [PATCH] Add dependabot checks for npm. --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9771ce2..5b829a0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -63,3 +63,18 @@ updates: - dependency-name: "*" update-types: - 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