mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
10 lines
237 B
YAML
10 lines
237 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "thursday" # Gives us a working day to merge this before our typical release
|
|
labels:
|
|
- "Update dependencies"
|