Skip to content

Commit

Permalink
ci: Add dependabot for npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ottnorml authored Oct 4, 2023
1 parent 24a117e commit d023706
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ updates:
schedule:
day: saturday
interval: weekly

- package-ecosystem: npm
directory: /
open-pull-requests-limit: 5
schedule:
interval: daily
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-major

0 comments on commit d023706

Please sign in to comment.