Skip to content

Commit 05b85c5

Browse files
committed
github: add dependabot configuration
1 parent 82e6f43 commit 05b85c5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
labels:
10+
- "area/dependencies"
11+
- package-ecosystem: "gomod"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"
15+
labels:
16+
- "area/dependencies"
17+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)