Skip to content

Commit

Permalink
chore: update dep check cadence from weekly to monthly
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jul 30, 2024
1 parent e7c6c2c commit 51cc7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
interval: monthly
ignore:
- dependency-name: node-fetch
versions:
Expand All @@ -13,6 +13,6 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: monthly
commit-message:
prefix: "chore(deps)"

0 comments on commit 51cc7d0

Please sign in to comment.