We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c564c commit 284ffa5Copy full SHA for 284ffa5
renovate.json
@@ -18,6 +18,21 @@
18
"matchDepNames": ["Microsoft.CodeAnalysis.CSharp"],
19
"matchFileNames": ["KubeOps.Generator.csproj"],
20
"enabled": false
21
+ },
22
+ {
23
+ "matchFileNames": ["src/**/*"],
24
+ "semanticCommitType": "fix",
25
+ "semanticCommitScope": "dependencies"
26
27
28
+ "matchFileNames": ["test/**/*"],
29
+ "semanticCommitType": "chore",
30
+ "semanticCommitScope": "test dependencies"
31
32
33
+ "matchFileNames": ["docs/**/*"],
34
35
+ "semanticCommitScope": "docs dependencies"
36
}
37
]
38
0 commit comments