mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2026-05-31 00:12:03 +08:00
41 lines
724 B
YAML
41 lines
724 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: '/'
|
|
schedule:
|
|
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: '/'
|
|
schedule:
|
|
interval: daily
|
|
time: '10:00'
|
|
open-pull-requests-limit: 10
|