Skip to content

Commit 2ea04f7

Browse files
Enable dependabot on runner
1 parent 833be9c commit 2ea04f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ updates:
77
day: "thursday" # Gives us a working day to merge this before our typical release
88
labels:
99
- "Update dependencies"
10+
- package-ecosystem: "npm"
11+
directory: "/runner"
12+
schedule:
13+
interval: "weekly"
14+
day: "thursday" # Gives us a working day to merge this before our typical release

0 commit comments

Comments
 (0)