chore(config): migrate config .github/renovate.json

This commit is contained in:
renovate[bot]
2025-07-21 20:04:54 +00:00
committed by Wolfgang Walther
parent cd04360a43
commit 2b065553a0
+39 -10
View File
@@ -3,7 +3,7 @@
"extends": [ "extends": [
"config:best-practices" "config:best-practices"
], ],
"baseBranches": [ "baseBranchPatterns": [
"main", "main",
"/^v[0-9]+/" "/^v[0-9]+/"
], ],
@@ -13,27 +13,56 @@
}, },
"packageRules": [ "packageRules": [
{ {
"matchBaseBranches": [ "/^v[0-9]+/" ], "matchBaseBranches": [
"matchManagers": ["haskell-cabal"], "/^v[0-9]+/"
],
"matchManagers": [
"haskell-cabal"
],
"enabled": false "enabled": false
}, },
{ {
"matchBaseBranches": [ "/^v[0-9]+/" ], "matchBaseBranches": [
"/^v[0-9]+/"
],
"groupName": "all dependencies" "groupName": "all dependencies"
}, },
{ {
"matchManagers": ["haskell-cabal"], "matchManagers": [
"matchPackageNames": ["base", "bytestring", "containers", "directory", "mtl", "parsec", "process", "text"], "haskell-cabal"
],
"matchPackageNames": [
"base",
"bytestring",
"containers",
"directory",
"mtl",
"parsec",
"process",
"text"
],
"groupName": "GHC dependencies" "groupName": "GHC dependencies"
}, },
{ {
"matchManagers": ["haskell-cabal"], "matchManagers": [
"matchPackageNames": ["hasql", "hasql-dynamic-statements", "hasql-notifications", "hasql-transaction", "hasql-pool"], "haskell-cabal"
],
"matchPackageNames": [
"hasql",
"hasql-dynamic-statements",
"hasql-notifications",
"hasql-transaction",
"hasql-pool"
],
"groupName": "hasql" "groupName": "hasql"
}, },
{ {
"matchManagers": ["haskell-cabal"], "matchManagers": [
"matchPackageNames": ["fuzzyset"], "haskell-cabal"
],
"matchPackageNames": [
"fuzzyset"
],
"allowedVersions": "<0.3" "allowedVersions": "<0.3"
} }
] ]