Skip to content

Commit 444fff8

Browse files
committed
add dependabot for github actions update
1 parent 1109169 commit 444fff8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "monthly"
9+
labels:
10+
- "dependencies"
11+
assignees:
12+
- "zbhavyai"
13+
open-pull-requests-limit: 1
14+
groups:
15+
actions-dependencies:
16+
patterns:
17+
- "*"
18+
pull-request-branch-name:
19+
separator: "-"

0 commit comments

Comments
 (0)