There was an error while loading. Please reload this page.
1 parent 3d35d1a commit 2ae6e47Copy full SHA for 2ae6e47
1 file changed
.github/renovate.json
@@ -1,31 +1,8 @@
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"
+ "github>openmcp-project/.github:renovate-config"
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
-}
+ ]}
0 commit comments