From dc27ae59add1a1293cdf36addfb640881681241b Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Thu, 23 May 2024 07:58:41 -0300 Subject: [PATCH] Configure Dependabot to update docs/package.json Closes gh-15128 --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index caf2e63280..cb7b5ae1dd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -164,3 +164,19 @@ updates: directory: / schedule: interval: weekly + + - package-ecosystem: npm + target-branch: main + directory: /docs + schedule: + interval: weekly + - package-ecosystem: npm + target-branch: 6.2.x + directory: /docs + schedule: + interval: weekly + - package-ecosystem: npm + target-branch: 5.8.x + directory: /docs + schedule: + interval: weekly