Skip to content

Commit 51bdd4f

Browse files
authored
chore(deps): use renovate org-preset (#65)
On-behalf-of: @SAP guenther.wannenmacher@sap.com Signed-off-by: Günther Wannenmacher (SAP) <guenther.wannenmacher@sap.com>
1 parent 971d49c commit 51bdd4f

2 files changed

Lines changed: 31 additions & 47 deletions

File tree

.github/renovate.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"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"
12+
],
13+
"ignorePresets": [
14+
":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+
}

renovate.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)