From 66123fef4acc0c28a1a5e4967681749e9b4930cd Mon Sep 17 00:00:00 2001 From: Osama Salman Date: Thu, 5 Oct 2023 12:57:54 +0300 Subject: [PATCH] fix(dependabot): Add Generated Dependencies to Dependabot (#68) PR: https://github.com/ExpediaGroup/expediagroup-nodejs-sdk/pull/68 --- .github/dependabot.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1b181278..70799044 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -25,6 +25,19 @@ updates: labels: - Dependabot + - package-ecosystem: "npm" + directory: "/generator/src/main/resources/dependencies/" + schedule: + interval: daily + time: "11:30" + timezone: "UTC" + open-pull-requests-limit: 10 + target-branch: main + reviewers: + - ExpediaGroup/openworld-committers + labels: + - Dependabot + # Maintain dependencies for maven - package-ecosystem: maven directory: "/generator/"