Skip to content

Commit 8bbe77a

Browse files
Added github-actions ecosystem to dependabot.yml
1 parent 9b90742 commit 8bbe77a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ updates:
1515
timezone: "Europe/London"
1616
labels:
1717
- "Dependabot"
18+
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
target-branch: "main"
22+
schedule:
23+
interval: "weekly"
24+
day: "monday"
25+
time: "09:00"
26+
timezone: "Europe/London"
27+
labels:
28+
- "Dependabot"

0 commit comments

Comments
 (0)