Skip to content

Commit

Permalink
Merge pull request #6 from tensorchord/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
xieydd authored Nov 25, 2024
2 parents 8786ab8 + d1cad05 commit 5dc733b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"automerge": true,
"rebaseWhen": "conflicted",
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^versions.yaml$"],
"fileMatch": [
"^versions.yaml$"
],
"matchStrings": [
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.*?\"(?<currentValue>.*)\"\\n"
]
}
],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"matchUpdateTypes": [
"major"
],
"matchPackageNames": [
"ghcr.io/cloudnative-pg/postgresql"
],
"enabled": false
},
{
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"matchPackageNames": [
"ghcr.io/cloudnative-pg/postgresql"
],
"groupName": "postgresql"
}
]
Expand Down

0 comments on commit 5dc733b

Please sign in to comment.