File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### What changes does this PR introduce?
2
+
3
+ [ // ] : # ( Please describe the changes this PR introduces and why it should be merged )
4
+ [ // ] : # ( Also, provide relevant motivation and context as to what changed to help reviewers understand this PR )
5
+ [ // ] : # ( If it fixes an open issue, please link to the issue here )
6
+
7
+ ### Checklist
8
+
9
+ [ //] : # (Place an '[ x] ' (no spaces) in all applicable fields. Please remove unrelated fields.)
10
+
11
+ - [ ] Check if the target branch for this PR is correct
12
+ - [ ] Update the documentation (if needed)
13
+ - [ ] Tests pass on CI (if present)
14
+ - [ ] Make sure to squash your commits before merge or upon merging!
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:base"
5
+ ],
6
+ "prConcurrentLimit" : 3 ,
7
+ "labels" : [" dependencies" ]
8
+ }
You can’t perform that action at this time.
0 commit comments