Skip to content

Commit 01a29d5

Browse files
chore: add Renovate presets for lightspeed (#1646)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jessica He <[email protected]>
1 parent af3e3e5 commit 01a29d5

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"packageRules": [
3+
{
4+
"description": "all Lightspeed minor updates",
5+
"matchFileNames": ["workspaces/lightspeed/**"],
6+
"extends": [
7+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-minor-presets(Lightspeed)"
8+
],
9+
"addLabels": ["team/rhdh", "lightspeed"]
10+
},
11+
{
12+
"description": "all Lightspeed patch updates",
13+
"matchFileNames": ["workspaces/lightspeed/**"],
14+
"extends": [
15+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-patch-presets(Lightspeed)"
16+
],
17+
"addLabels": ["team/rhdh", "lightspeed"]
18+
},
19+
{
20+
"description": "all Lightspeed dev dependency updates",
21+
"matchFileNames": ["workspaces/lightspeed/**"],
22+
"extends": [
23+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-devdependency-presets(Lightspeed)"
24+
],
25+
"addLabels": ["team/rhdh", "lightspeed"]
26+
}
27+
]
28+
}

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-openshift-image-registry-presets",
5757
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-redhat-resource-optimization-presets",
5858
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-quickstart-presets",
59+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-lightspeed-presets",
5960
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-global-floating-action-button-presets"
6061
]
6162
},

0 commit comments

Comments
 (0)