Skip to content

Commit 2ae6e47

Browse files
authored
chore: cleans renovate settings as in org presets (#68)
On-behalf-of: @SAP guenther.wannenmacher@sap.com Signed-off-by: Günther Wannenmacher (SAP) <guenther.wannenmacher@sap.com>
1 parent 3d35d1a commit 2ae6e47

1 file changed

Lines changed: 2 additions & 25 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>openmcp-project/.github:renovate-config",
5-
":enableVulnerabilityAlerts"
6-
],
7-
"git-submodules": {
8-
"enabled": true
9-
},
10-
"gitIgnoredAuthors": [
11-
"github-actions[bot]@users.noreply.github.com"
4+
"github>openmcp-project/.github:renovate-config"
125
],
136
"ignorePresets": [
147
":ignoreModulesAndTests"
15-
],
16-
"packageRules": [
17-
{
18-
"description": "Group openmcp-project Go components",
19-
"matchManagers": [
20-
"gomod"
21-
],
22-
"matchPackageNames": [
23-
"github.com/openmcp-project/*",
24-
"openmcp-project/*"
25-
],
26-
"groupName": "openmcp-project Go dependencies",
27-
"minimumReleaseAge": "0 days",
28-
"automerge": true
29-
}
30-
]
31-
}
8+
]}

0 commit comments

Comments
 (0)