Skip to content

Commit bed0f29

Browse files
JessicaJHeegithub-actions[bot]
authored andcommitted
chore: add Renovate presets for repo-tools
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d23576 commit bed0f29

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-sandbox-presets",
5858
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-openshift-image-registry-presets",
5959
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-redhat-resource-optimization-presets",
60-
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-quickstart-presets"
60+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-quickstart-presets",
61+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-repo-tools-presets"
6162
]
6263
},
6364
{

0 commit comments

Comments
 (0)