Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hill <john.c.hill@nasa.gov>2022-09-15 00:29:03 +0300
committerGitHub <noreply@github.com>2022-09-15 00:29:03 +0300
commit2a689b896f3eb1d73bedf96b51132192c5d7948e (patch)
treeb03bb119442b793dcb51bd4a352c5e95f7a22021
parentffe6fd194174ec621f7f7311f164fe505c5abd4c (diff)
[Build] Add @babel/eslint-parser to ignore list (#5759)
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
-rw-r--r--.github/dependabot.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a6f59cb08..3b9539c64 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,7 +13,11 @@ updates:
- "pr:daveit"
- "pr:platform"
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"
directory: "/"