Skip to content

Commit

Permalink
ci: migrate renovate config (#3808)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
renovate[bot] and mowies authored Oct 29, 2024
1 parent 26c1c2e commit 502afcd
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":gitSignOff",
"schedule:nonOfficeHours",
":semanticCommitTypeAll(deps)",
Expand All @@ -13,7 +13,7 @@
"addLabels": ["dependencies"],
"cloneSubmodules": true,
"prConcurrentLimit": 15,
"stabilityDays": 3,
"minimumReleaseAge": "3 days",
"timezone": "Europe/Vienna",
"rebaseWhen": "conflicted",
"postUpdateOptions": [
Expand All @@ -26,15 +26,15 @@
],
"packageRules": [
{
"excludePackagePatterns": [
"docker.io\\/thschue\\/.*",
"docker.io\\/annadreal\\/.*",
"docker.io\\/bacherfl\\/.*",
"docker.io\\/mowies\\/.*",
"docker.io\\/odubajdt\\/.*",
"docker.io\\/thisthatdc\\/.*",
"testreg\\/.*",
"myrep"
"matchPackageNames": [
"!/docker.io\\/thschue\\/.*/",
"!/docker.io\\/annadreal\\/.*/",
"!/docker.io\\/bacherfl\\/.*/",
"!/docker.io\\/mowies\\/.*/",
"!/docker.io\\/odubajdt\\/.*/",
"!/docker.io\\/thisthatdc\\/.*/",
"!/testreg\\/.*/",
"!/myrep/"
]
},
{
Expand Down Expand Up @@ -79,12 +79,13 @@
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
"groupName": "All golang.org/x packages",
"matchPackageNames": ["golang.org/x{/,}**"]
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|\\/)Makefile$",
"(^|\\/)Dockerfile",
Expand All @@ -104,9 +105,7 @@
],
"packageRules": [
{
"excludePackagePatterns": [
".*podtato\\-head.*"
]
"matchPackageNames": ["!/.*podtato\\-head.*/"]
}
],
"ignorePaths": [
Expand Down

0 comments on commit 502afcd

Please sign in to comment.