mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
build(deps): ignore @types/node in dependabot
This commit is contained in:
@@ -15,4 +15,8 @@ updates:
|
|||||||
exclude-paths:
|
exclude-paths:
|
||||||
- "resolve-check-config/**"
|
- "resolve-check-config/**"
|
||||||
- "setup-install/**"
|
- "setup-install/**"
|
||||||
- "supported-version/**"
|
- "supported-version/**"
|
||||||
|
# @types/node tracks the Node runtime version, not the latest release;
|
||||||
|
# bumping it ahead of the pinned Node version is noise.
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "@types/node"
|
||||||
Reference in New Issue
Block a user