Skip to content

Commit

Permalink
chore(dependabot): enable updates for NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 12, 2023
1 parent 239eb39 commit 73300a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ updates:
patch:
update-types:
- "patch"

# Maintain dependencies for NPM
- package-ecosystem: "npm"
directory: "/gui"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"

0 comments on commit 73300a0

Please sign in to comment.