Skip to content

Commit

Permalink
Merge pull request #2319 from DonaldKellett/feature/dependabot
Browse files Browse the repository at this point in the history
Configure Dependabot to update NPM dependencies under /ui
  • Loading branch information
mattray committed Dec 18, 2023
2 parents 01d42ec + f78a6b1 commit f01332e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"

# Dependencies listed in ui/package.json
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "weekly"

0 comments on commit f01332e

Please sign in to comment.