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-11-08 02:39:01 +0300
committerGitHub <noreply@github.com>2022-11-08 02:39:01 +0300
commit6abdbfdff03e6900387ee7ed68c5e52db2ee8c72 (patch)
treef64e41985dbf456b3f0970f338f8ad6f6f1e461c
parent500e6554763df418bc45c02bda50ea7db2a450ee (diff)
skip one mo (#5958)
-rw-r--r--.github/dependabot.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 666de1a0f..5201e89b8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,14 +13,18 @@ updates:
- "pr:daveit"
- "pr:platform"
ignore:
- - dependency-name: "@playwright/test" #We have to source the playwright container which is not detected by Dependabot
- - dependency-name: "playwright-core" #We have to source the playwright container which is not detected by Dependabot
- - dependency-name: "@babel/eslint-parser" #Lots of noise in these type patch releases.
+ #We have to source the playwright container which is not detected by Dependabot
+ - dependency-name: "@playwright/test"
+ - dependency-name: "playwright-core"
+ #Lots of noise in these type patch releases.
+ - dependency-name: "@babel/eslint-parser"
update-types: ["version-update:semver-patch"]
- - dependency-name: "eslint-plugin-vue" #Lots of noise in these type patch releases.
+ - dependency-name: "eslint-plugin-vue"
update-types: ["version-update:semver-patch"]
- dependency-name: "babel-loader"
update-types: ["version-update:semver-patch"]
+ - dependency-name: "sinon"
+ update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule: