Skip to content

Commit

Permalink
[CI] update depedabot update strategy (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Jan 28, 2025
1 parent 3241a7d commit 212f611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: 'yarn'
- package-ecosystem: 'npm'
directory: '/'
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary
update-types: 'version-update:semver-minor'
schedule:
interval: "daily"

Expand Down

0 comments on commit 212f611

Please sign in to comment.