mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
At the moment there isn't a dependabot config for githubactions. With this it includes for GitHub actions. The GitHub actions aren't getting updates. The codeql github action has release of 2.8.3 and the one that is running right now is at 1.x.x. The codeql plays a critical role in identifying vulnerabilities.
13 lines
243 B
YAML
13 lines
243 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|