File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Please see the documentation for all configuration options:
2
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+ version : 2
5
+ updates :
6
+ - package-ecosystem : github-actions
7
+ directory : " /"
8
+ schedule :
9
+ interval : weekly
10
+
11
+ - package-ecosystem : gomod
12
+ directory : " /"
13
+ schedule :
14
+ interval : weekly
15
+ labels :
16
+ - dependencies
17
+ open-pull-requests-limit : 3
18
+ target-branch : " sdk-v50"
19
+
20
+ - package-ecosystem : gomod
21
+ directory : " /"
22
+ schedule :
23
+ interval : weekly
24
+ labels :
25
+ - dependencies
26
+ open-pull-requests-limit : 3
27
+ target-branch : " sdk-47"
Original file line number Diff line number Diff line change
1
+ queue_rules :
2
+ - name : default
3
+ conditions :
4
+ - " #approved-reviews-by>1"
5
+
6
+ pull_request_rules :
7
+ - name : backport patches to sdk-47 branch
8
+ conditions :
9
+ - base=sdk-v50
10
+ - label=backport
11
+ actions :
12
+ backport :
13
+ branches :
14
+ - sdk-47
You can’t perform that action at this time.
0 commit comments