Skip to content

Commit f50b260

Browse files
committed
ci(actions): Use dependabot to bump actions as well
Signed-off-by: Joas Schilling <[email protected]>
1 parent 0478c04 commit f50b260

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,17 @@ updates:
1010
time: "03:00"
1111
timezone: Europe/Paris
1212
open-pull-requests-limit: 10
13+
14+
# GitHub Actions
15+
- package-ecosystem: "github-actions"
16+
directory: ".github/workflows"
17+
commit-message:
18+
prefix: "ci"
19+
include: "scope"
20+
schedule:
21+
interval: weekly
22+
day: saturday
23+
time: "03:00"
24+
timezone: Europe/Berlin
25+
cooldown:
26+
default-days: 4

0 commit comments

Comments
 (0)