Skip to content

Commit

Permalink
Update dependabot.yml: Add comment for default daily interval and ign…
Browse files Browse the repository at this point in the history
…ore chalk 5.x

- Added a comment indicating that the daily update interval is the default setting.
- Continued to ignore updates for the chalk package version 5.x.
  • Loading branch information
ryota-murakami committed Nov 6, 2024
1 parent 6aeb751 commit 5759a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: 'daily'
interval: 'daily' # default
ignore:
- dependency-name: 'chalk'
versions: ['5.x']
Expand Down

0 comments on commit 5759a18

Please sign in to comment.