mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-05 06:49:46 +00:00
Revert following commits - 2e3c15b181ea8d65fc6ea9582b60f54981b569b9 - Part of 7c33447f79af0e7fbef775ac86560bb0a42d388a Prevent similar troubles with following changes - Add ignore entry for dependabot config - Restrict engines.node in package.json
31 lines
628 B
YAML
31 lines
628 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions-minor:
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: '@types/node'
|
|
update-types:
|
|
- 'version-update:semver-major'
|
|
groups:
|
|
npm-development:
|
|
dependency-type: development
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
npm-production:
|
|
dependency-type: production
|
|
update-types:
|
|
- patch
|