mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
Included dependabot for GitHub actions
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.
This commit is contained in:
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -5,3 +5,8 @@ updates:
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
Reference in New Issue
Block a user