Skip to content

Commit 77289a7

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

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

0 commit comments

Comments
 (0)