mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-05 14:59:47 +00:00
Fix nodejs version with respecting the runs.using
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
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -14,6 +14,10 @@ updates:
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
ignore:
|
||||
- dependency-name: '@types/node'
|
||||
update-types:
|
||||
- 'version-update:semver-major'
|
||||
groups:
|
||||
npm-development:
|
||||
dependency-type: development
|
||||
|
Reference in New Issue
Block a user