File tree 1 file changed +53
-12
lines changed
1 file changed +53
-12
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
version : 2
3
2
updates :
4
- # Maintain dependencies for GitHub Actions.
5
- - package-ecosystem : " github-actions"
6
- directory : " /"
3
+ - package-ecosystem : github-actions
4
+ directory : /
7
5
schedule :
8
- # Check for updates to GitHub Actions every week.
9
- interval : " weekly"
10
-
11
- # Maintain dependencies for Go modules
12
- - package-ecosystem : " gomod"
13
- directory : " /"
6
+ interval : weekly
7
+ labels :
8
+ - chore
9
+ - github-actions
10
+ commit-message :
11
+ prefix : " chore(gh):"
12
+ include :
13
+ - dependency-name
14
+ - new-version
15
+ separator : " "
16
+ - package-ecosystem : gomod
17
+ directory : /
18
+ groups :
19
+ terraform :
20
+ patterns :
21
+ - github.com/hashicorp/terraform-plugin-*
22
+ golang-x :
23
+ patterns :
24
+ - golang.org/x/*
25
+ google-golang :
26
+ patterns :
27
+ - google.golang.org/*
28
+ k8s-io :
29
+ patterns :
30
+ - k8s.io/*
31
+ ignore :
32
+ # go-cty should only be updated via terraform-plugin-sdk
33
+ - dependency-name : github.com/hashicorp/go-cty
34
+ # hcl/v2 should only be updated via terraform-plugin-sdk
35
+ - dependency-name : github.com/hashicorp/hcl/v2
36
+ # terraform-plugin-go should only be updated via terraform-plugin-framework
37
+ - dependency-name : github.com/hashicorp/terraform-plugin-go
38
+ # terraform-plugin-log should only be updated via terraform-plugin-framework
39
+ - dependency-name : github.com/hashicorp/terraform-plugin-log
40
+ # go-hclog should only be updated via terraform-plugin-log
41
+ - dependency-name : github.com/hashicorp/go-hclog
42
+ # grpc should only be updated via terraform-plugin-go/terraform-plugin-framework
43
+ - dependency-name : google.golang.org/grpc
44
+ # protobuf should only be updated via terraform-plugin-go/terraform-plugin-framework
45
+ - dependency-name : google.golang.org/protobuf
14
46
schedule :
15
- # Check for updates to Go modules every week.
16
- interval : " weekly"
47
+ interval : weekly
48
+ open-pull-requests-limit : 30
49
+ labels :
50
+ - chore
51
+ - dependencies
52
+ commit-message :
53
+ prefix : " chore(deps):"
54
+ include :
55
+ - dependency-name
56
+ - new-version
57
+ separator : " "
You can’t perform that action at this time.
0 commit comments