Skip to content

Commit 3fe0b1c

Browse files
committed
chore(deps): add dependabot config for github actions
1 parent 699c2fd commit 3fe0b1c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "tuesday"
9+
time: "09:00"
10+
timezone: "Australia/Melbourne"
11+
groups:
12+
all-actions:
13+
patterns:
14+
- "*"

0 commit comments

Comments
 (0)