18 lines
521 B
YAML
18 lines
521 B
YAML
'Route: deprecated':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['lib/router.js']
|
|
- all-globs-to-any-file: ['lib/routes-deprecated/**/*.js', '!lib/routes-deprecated/index.js']
|
|
|
|
'Route':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['lib/routes/**/*.js']
|
|
|
|
core enhancement:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['lib/routes/index.ts']
|
|
- all-globs-to-any-file: ['lib/**', '!/lib/config.ts', '!lib/routes/**']
|
|
|
|
dependencies:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['package.json', 'pnpm-lock.yaml', 'yarn.lock']
|