Skip to content

Commit 65ddb56

Browse files
chore: add Renovate presets for mcp-integrations (#1652)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jessica He <[email protected]>
1 parent 77289a7 commit 65ddb56

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 Mcp Integrations minor updates",
5+
"matchFileNames": ["workspaces/mcp-integrations/**"],
6+
"extends": [
7+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-minor-presets(Mcp Integrations)"
8+
],
9+
"addLabels": ["team/rhdh", "mcp-integrations"]
10+
},
11+
{
12+
"description": "all Mcp Integrations patch updates",
13+
"matchFileNames": ["workspaces/mcp-integrations/**"],
14+
"extends": [
15+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-patch-presets(Mcp Integrations)"
16+
],
17+
"addLabels": ["team/rhdh", "mcp-integrations"]
18+
},
19+
{
20+
"description": "all Mcp Integrations dev dependency updates",
21+
"matchFileNames": ["workspaces/mcp-integrations/**"],
22+
"extends": [
23+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-devdependency-presets(Mcp Integrations)"
24+
],
25+
"addLabels": ["team/rhdh", "mcp-integrations"]
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-mcp-integrations-presets",
5960
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-repo-tools-presets",
6061
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-scorecard-presets",
6162
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-ai-integrations-presets",

0 commit comments

Comments
 (0)