Skip to content

Commit 52554c0

Browse files
committed
Configure Dependabot to update Github actions
1 parent 2ffba88 commit 52554c0

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
@@ -37,3 +37,14 @@ updates:
3737
- dependencies
3838
- playground
3939
versioning-strategy: increase
40+
- package-ecosystem: "github-actions"
41+
directory: "/"
42+
schedule:
43+
interval: "weekly"
44+
day: "sunday"
45+
time: "09:00"
46+
timezone: "Europe/Amsterdam"
47+
commit-message:
48+
prefix: "[Github Actions]"
49+
labels:
50+
- configuration

0 commit comments

Comments
 (0)