Skip to content

Commit 3519407

Browse files
committed
add dependabot for github actions updates
1 parent 8ac41f2 commit 3519407

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+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 5
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
12+
commit-message:
13+
prefix: ci
14+
include: scope

0 commit comments

Comments
 (0)