1version: 2
2
3updates:
4 - package-ecosystem: "gomod"
5 directory: "/"
6 schedule:
7 interval: "weekly"
8 day: "monday"
9 time: "05:00"
10 timezone: "America/New_York"
11 labels:
12 - "area: dependencies"
13 commit-message:
14 prefix: "chore"
15 include: "scope"
16
17 - package-ecosystem: "github-actions"
18 directory: "/"
19 schedule:
20 interval: "weekly"
21 day: "monday"
22 time: "05:00"
23 timezone: "America/New_York"
24 labels:
25 - "area: dependencies"
26 commit-message:
27 prefix: "chore"
28 include: "scope"