Enable dependabot on runner
This commit is contained in:
parent
833be9c64e
commit
2ea04f7e8a
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -7,3 +7,8 @@ updates:
|
|||
day: "thursday" # Gives us a working day to merge this before our typical release
|
||||
labels:
|
||||
- "Update dependencies"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/runner"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "thursday" # Gives us a working day to merge this before our typical release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue