mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 21:14:55 +00:00
ci: prevent dependabot from bumping placeholder packages
This commit is contained in:
@@ -9,3 +9,10 @@ updates:
|
|||||||
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