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-19 20:41:43 +0300
committerGitHub <noreply@github.com>2022-09-19 20:41:43 +0300
commitbe5472ebdbb5e2fb4cf7b1ceaff0b8d388a287cd (patch)
treed7ebb755f01ed59423571674ef3da1ed090edc0c /.github
parentf39419bc84d7087dec4036548f6da68ee650e83e (diff)
Ignore patch of eslint-plugin-vue (#5786)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3b9539c64..70d43361d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,6 +18,8 @@ updates:
#Lots of noise in these type patch releases.
- dependency-name: "@babel/eslint-parser"
update-types: ["version-update:semver-patch"]
+ - dependency-name: "eslint-plugin-vue"
+ update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"