mirror of
https://github.com/actions/runner.git
synced 2025-12-15 22:47:01 +00:00
21 lines
547 B
YAML
21 lines
547 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "docker"
|
|
directory: "/images"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "main"
|
|
- package-ecosystem: "nuget"
|
|
directory: "/src"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "main"
|
|
- package-ecosystem: "npm"
|
|
directory: "/src/Misc/expressionFunc/hashFiles"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "main"
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: production # check only dependencies, which are going to the compiled app, not supporting tools like @vue-cli
|