mirror of
https://github.com/imjasonh/apidiff-action
synced 2026-07-06 22:52:43 +00:00
Merge pull request #5 from imjasonh/add-dependabot
Add Dependabot configuration
This commit is contained in:
commit
3d82cf94dd
1 changed files with 36 additions and 0 deletions
36
.github/dependabot.yml
vendored
Normal file
36
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
version: 2
|
||||
updates:
|
||||
# Enable version updates for npm
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
day: 'monday'
|
||||
open-pull-requests-limit: 5
|
||||
groups:
|
||||
production-dependencies:
|
||||
applies-to: version-updates
|
||||
dependency-type: 'production'
|
||||
development-dependencies:
|
||||
applies-to: version-updates
|
||||
dependency-type: 'development'
|
||||
patterns:
|
||||
- '@types/*'
|
||||
- 'eslint*'
|
||||
- 'prettier*'
|
||||
- 'jest*'
|
||||
- 'husky'
|
||||
- 'lint-staged'
|
||||
- '@vercel/ncc'
|
||||
|
||||
# Enable version updates for GitHub Actions
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
day: 'monday'
|
||||
open-pull-requests-limit: 5
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- '*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue