Skip to content

Commit

Permalink
Improve dependabot configuration (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Apr 19, 2022
1 parent a003ca1 commit cb7efbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ updates:
directory: "/"
schedule:
interval: "daily"
reviewers:
- 'femiwiki/reviewer'

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- 'femiwiki/reviewer'
ignore:
- dependency-name: '*'
update-types:
- 'version-update:semver-minor'
- 'version-update:semver-patch'

0 comments on commit cb7efbc

Please sign in to comment.