mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 14:11:37 +00:00
Fix nodejs version with respecting the runs.using
Revert following commits -2e3c15b181- Part of7c33447f79Prevent 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