1
0
Fork 0
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:
Jason Hall 2025-07-29 18:02:05 -04:00 committed by GitHub
commit 3d82cf94dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
.github/dependabot.yml vendored Normal file
View 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:
- '*'