mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
[Build] Add @babel/eslint-parser to ignore list (#5759)
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -13,7 +13,11 @@ updates:
|
|||||||
- "pr:daveit"
|
- "pr:daveit"
|
||||||
- "pr:platform"
|
- "pr:platform"
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "@playwright/test" #we source the container instead of the dependency in CI
|
#We have to source the container which is not detected by Dependabot
|
||||||
|
- dependency-name: "@playwright/test"
|
||||||
|
#Lots of noise in these type patch releases.
|
||||||
|
- dependency-name: "@babel/eslint-parser"
|
||||||
|
update-types: ["version-update:semver-patch"]
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
Reference in New Issue
Block a user