File tree Expand file tree Collapse file tree
renovate-presets/workspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "packageRules" : [
3+ {
4+ "description" : " all Augment minor updates" ,
5+ "matchFileNames" : [" workspaces/augment/**" ],
6+ "extends" : [
7+ " github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-minor-presets(Augment)"
8+ ],
9+ "addLabels" : [" team/rhdh" , " augment" ]
10+ },
11+ {
12+ "description" : " all Augment patch updates" ,
13+ "matchFileNames" : [" workspaces/augment/**" ],
14+ "extends" : [
15+ " github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-patch-presets(Augment)"
16+ ],
17+ "addLabels" : [" team/rhdh" , " augment" ]
18+ },
19+ {
20+ "description" : " all Augment dev dependency updates" ,
21+ "matchFileNames" : [" workspaces/augment/**" ],
22+ "extends" : [
23+ " github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-devdependency-presets(Augment)"
24+ ],
25+ "addLabels" : [" team/rhdh" , " augment" ]
26+ }
27+ ]
28+ }
Original file line number Diff line number Diff line change 6868 " github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-x2a-presets" ,
6969 " github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-konflux-presets" ,
7070 " github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-dcm-presets" ,
71- " github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-app-defaults-presets"
71+ " github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-app-defaults-presets" ,
72+ " github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-augment-presets"
7273 ]
7374 },
7475 {
You can’t perform that action at this time.
0 commit comments