Skip to content

Commit

Permalink
fix: dependabot strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeya committed Mar 3, 2023
1 parent da9e055 commit 7d2b048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
allow:
- dependency-name: "next-auth"
- dependency-name: "@sanity/client"
versioning-strategy: increase

0 comments on commit 7d2b048

Please sign in to comment.