There was an error while loading. Please reload this page.
1 parent 971d49c commit 51bdd4fCopy full SHA for 51bdd4f
2 files changed
.github/renovate.json
@@ -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
0 commit comments