Skip to content

Commit 502afcd

Browse files
ci: migrate renovate config (#3808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent 26c1c2e commit 502afcd

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

renovate.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":gitSignOff",
66
"schedule:nonOfficeHours",
77
":semanticCommitTypeAll(deps)",
@@ -13,7 +13,7 @@
1313
"addLabels": ["dependencies"],
1414
"cloneSubmodules": true,
1515
"prConcurrentLimit": 15,
16-
"stabilityDays": 3,
16+
"minimumReleaseAge": "3 days",
1717
"timezone": "Europe/Vienna",
1818
"rebaseWhen": "conflicted",
1919
"postUpdateOptions": [
@@ -26,15 +26,15 @@
2626
],
2727
"packageRules": [
2828
{
29-
"excludePackagePatterns": [
30-
"docker.io\\/thschue\\/.*",
31-
"docker.io\\/annadreal\\/.*",
32-
"docker.io\\/bacherfl\\/.*",
33-
"docker.io\\/mowies\\/.*",
34-
"docker.io\\/odubajdt\\/.*",
35-
"docker.io\\/thisthatdc\\/.*",
36-
"testreg\\/.*",
37-
"myrep"
29+
"matchPackageNames": [
30+
"!/docker.io\\/thschue\\/.*/",
31+
"!/docker.io\\/annadreal\\/.*/",
32+
"!/docker.io\\/bacherfl\\/.*/",
33+
"!/docker.io\\/mowies\\/.*/",
34+
"!/docker.io\\/odubajdt\\/.*/",
35+
"!/docker.io\\/thisthatdc\\/.*/",
36+
"!/testreg\\/.*/",
37+
"!/myrep/"
3838
]
3939
},
4040
{
@@ -79,12 +79,13 @@
7979
},
8080
{
8181
"matchManagers": ["gomod"],
82-
"matchPackagePrefixes": ["golang.org/x"],
83-
"groupName": "All golang.org/x packages"
82+
"groupName": "All golang.org/x packages",
83+
"matchPackageNames": ["golang.org/x{/,}**"]
8484
}
8585
],
86-
"regexManagers": [
86+
"customManagers": [
8787
{
88+
"customType": "regex",
8889
"fileMatch": [
8990
"(^|\\/)Makefile$",
9091
"(^|\\/)Dockerfile",
@@ -104,9 +105,7 @@
104105
],
105106
"packageRules": [
106107
{
107-
"excludePackagePatterns": [
108-
".*podtato\\-head.*"
109-
]
108+
"matchPackageNames": ["!/.*podtato\\-head.*/"]
110109
}
111110
],
112111
"ignorePaths": [

0 commit comments

Comments
 (0)