File tree 2 files changed +45
-0
lines changed
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ * @ guicamest
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
+ "baseBranches" : [
7
+ " v3"
8
+ ],
9
+ "ignorePaths" : [
10
+ " **/FileDuplicateFinderUI/**"
11
+ ],
12
+ "assigneesFromCodeOwners" : true ,
13
+ "semanticCommitType" : " deps" ,
14
+ "semanticCommitScope" : " {{depName}}" ,
15
+ "packageRules" : [
16
+ {
17
+ "matchManagers" : [
18
+ " github-actions"
19
+ ],
20
+ "semanticCommitType" : " ci" ,
21
+ "commitMessageTopic" : " action"
22
+ },
23
+ {
24
+ "matchManagers" : [
25
+ " gradle"
26
+ ],
27
+ "matchDepTypes" : [
28
+ " plugin"
29
+ ],
30
+ "semanticCommitType" : " build" ,
31
+ "commitMessageTopic" : " plugin"
32
+ },
33
+ {
34
+ "matchManagers" : [
35
+ " gradle"
36
+ ],
37
+ "matchDepTypes" : [
38
+ " dependencies"
39
+ ],
40
+ "semanticCommitType" : " deps" ,
41
+ "commitMessageTopic" : " dependency"
42
+ }
43
+ ]
44
+ }
You can’t perform that action at this time.
0 commit comments