Skip to content

Commit 01da2c0

Browse files
authored
chore: configure dependabot for gh actions
1 parent ec06d98 commit 01da2c0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: github-actions
6+
schedule:
7+
interval: daily
8+
directory: /
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)