Skip to content

Commit

Permalink
improve dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Oct 2, 2023
1 parent c9d33f5 commit c258b6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
ignore:
allow:
# Ignore major updates to all dependencies. We're using old versions of some packages that are incompatible with newer versions of other packages.
- dependency-name: '*'
update-type: 'semver:major'
update-type: 'semver:non-major'
dependency-type: 'direct'
assignees:
- "meteyou"

0 comments on commit c258b6a

Please sign in to comment.