mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2026-05-31 00:12:03 +08:00
chore: update dependabot groups
This commit is contained in:
25
.github/dependabot.yml
vendored
25
.github/dependabot.yml
vendored
@@ -6,6 +6,31 @@ updates:
|
||||
interval: daily
|
||||
time: '10:00'
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
eslint:
|
||||
patterns:
|
||||
- 'eslint-*'
|
||||
- '@typescript-eslint/*'
|
||||
- '@eslint/*'
|
||||
|
||||
typescript:
|
||||
patterns:
|
||||
- 'typescript-*'
|
||||
- '@typescript/*'
|
||||
|
||||
jest:
|
||||
patterns:
|
||||
- 'jest-*'
|
||||
- '@jest/*'
|
||||
|
||||
actions:
|
||||
patterns:
|
||||
- 'actions/*'
|
||||
- '@actions/*'
|
||||
|
||||
misc:
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: '/'
|
||||
|
||||
Reference in New Issue
Block a user