Skip to content

Commit 5daffc0

Browse files
author
Emmanuel Ukoha
committed
Add Dependabot for GitHub Actions version management
1 parent 0046699 commit 5daffc0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
gha-minor-patch:
9+
update-types:
10+
- "minor"
11+
- "patch"
12+
labels:
13+
- "Event Bus"
14+
- "dependencies"
15+
- "github-actions"

0 commit comments

Comments
 (0)