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/"