mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
0b2d08078b
* Update e2e tests to run on windows and linux * Add pr-platform to run against all supported archictures * Update dependabot to run pr:platform * Update to run in fail-fast false * remove x86 * Update pr-platform.yml Co-authored-by: unlikelyzero <jchill2@gmail.com>
25 lines
467 B
YAML
25 lines
467 B
YAML
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- "type:maintenance"
|
|
- "dependencies"
|
|
- "pr:e2e"
|
|
- "pr:daveit"
|
|
- "pr:visual"
|
|
- "pr:platform"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "type:maintenance"
|
|
- "dependencies"
|
|
- "pr:daveit"
|