mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
ci: prevent dependabot from bumping placeholder packages
This commit is contained in:
@@ -8,4 +8,11 @@ updates:
|
|||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
# TS subpackages pin deps to 0.0.0-PLACEHOLDER; real versions are managed
|
||||||
|
# in the root package.json Keep Dependabot out of them so it stops
|
||||||
|
# "bumping" the placeholder (see PR #267).
|
||||||
|
exclude-paths:
|
||||||
|
- "resolve-check-config/**"
|
||||||
|
- "setup-install/**"
|
||||||
|
- "supported-version/**"
|
||||||
Reference in New Issue
Block a user