File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,23 @@ version: 2
2
2
3
3
updates :
4
4
- package-ecosystem : " gomod"
5
- directory : " /"
5
+ directories :
6
+ - " /"
7
+ - " /api"
8
+ - " /tfctl"
6
9
labels : ["area/ci", "dependencies"]
7
10
schedule :
8
11
interval : " weekly"
9
- # Only do security updates not version updates.
10
- open-pull-requests-limit : 0
11
12
groups :
12
- # Group all updates together, so that they are all applied in a single PR.
13
- # Grouped updates are currently in beta and is subject to change.
14
- # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
15
- ci :
16
- patterns :
17
- - " *"
13
+ go-patch :
14
+ update-types :
15
+ - " patch"
16
+ go-minor :
17
+ update-types :
18
+ - " minor"
19
+ go-major :
20
+ update-types :
21
+ - " major"
18
22
19
23
20
24
# maintain dependencies for github actions
You can’t perform that action at this time.
0 commit comments