Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Dependabot のチェック間隔を実質無効に(monthlyに)した (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Sep 24, 2021
1 parent 1b6d738 commit c71530e
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,10 +3,10 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10

0 comments on commit c71530e

Please sign in to comment.