Skip to content

Commit 89b058f

Browse files
PMM-7 Update dependabot config (#95)
1 parent b185f2a commit 89b058f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
---
12
version: 2
23
updates:
34
- package-ecosystem: "gomod"
45
directory: "/"
56
schedule:
6-
interval: "monthly"
7+
interval: "weekly"
8+
- package-ecosystem: "gomod"
9+
directory: "/tools"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "docker"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)