Skip to content

Commit

Permalink
fix(dependabot): Add Generated Dependencies to Dependabot (#68)
Browse files Browse the repository at this point in the history
PR: #68
  • Loading branch information
osama-salman99 authored Oct 5, 2023
1 parent 5ff074d commit 66123fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 66123fe

Please sign in to comment.