Skip to content

Commit

Permalink
configure dependabot for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed May 2, 2024
1 parent e81187d commit d9cf7e7
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 @@ -12,6 +12,20 @@ updates:
update-types: [minor, patch]
versioning-strategy: increase

- package-ecosystem: npm
directory: /
schedule:
interval: monthly
groups:
cldr:
patterns: [cldr-*]
ignore:
- dependency-name: cldr-*
update-types:
- version-update:semver-minor
- version-update:semver-patch
versioning-strategy: increase

- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit d9cf7e7

Please sign in to comment.