mirror of
https://github.com/nasa/openmct.git
synced 2025-05-24 11:14:21 +00:00
Dependabot for linting and GHA (#4397)
* Dependabot for linting and GHA * Update dependabot.yml * Real-time updates were removed from dependabot beta * label GHA bumps * Ignore yaml changes on security scans
This commit is contained in:
parent
4e325fb165
commit
c4a87ae5d7
21
.github/dependabot.yml
vendored
Normal file
21
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 2
|
||||||
|
labels:
|
||||||
|
- "type:maintenance"
|
||||||
|
- "dependencies"
|
||||||
|
allow:
|
||||||
|
- dependency-name: "^.*eslint.*$"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- "type:maintenance"
|
||||||
|
- "dependencies"
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -10,6 +10,8 @@ on:
|
|||||||
- '**/*Spec.js'
|
- '**/*Spec.js'
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '**/*.txt'
|
- '**/*.txt'
|
||||||
|
- '**/*.yml'
|
||||||
|
- '**/*.yaml'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '28 21 * * 3'
|
- cron: '28 21 * * 3'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user