File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
4- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61version : 2
72updates :
83 - package-ecosystem : " gradle"
9- directory : " /"
4+ directory : " /"
105 schedule :
11- interval : " daily"
6+ interval : " weekly"
7+ commit-message :
8+ prefix : " chore(deps)"
9+ groups :
10+ grpc :
11+ patterns :
12+ - " io.grpc:*"
13+ - " io.netty:*"
14+
15+ protobuf :
16+ patterns :
17+ - " com.google.protobuf:*"
18+ - " io.grpc:protoc-gen-grpc-java"
19+
20+ test :
21+ patterns :
22+ - " org.junit.jupiter:*"
23+ - " org.mockito:*"
24+ - " uk.org.webcompere:*"
25+ - " org.bouncycastle:*"
26+
1227 - package-ecosystem : " github-actions"
13- directory : " /"
28+ directory : " /"
1429 schedule :
15- interval : " daily"
30+ interval : " weekly"
31+ commit-message :
32+ prefix : " chore(ci)"
33+ groups :
34+ github-actions :
35+ patterns :
36+ - " *"
You can’t perform that action at this time.
0 commit comments