Skip to content

Commit

Permalink
Merge pull request #2539 from folio-org/renovate-consortia-adjust
Browse files Browse the repository at this point in the history
Consortia include. R2-2023 renovate config adjust.
  • Loading branch information
eldiiar-duishenaliev authored Nov 21, 2023
2 parents eb55485 + a549c8b commit 9b5dec3
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 698 deletions.
2 changes: 1 addition & 1 deletion install.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"id" : "mod-users-bl-7.6.0",
"action" : "enable"
}, {
"id" : "folio_stripes-core-10.0.1",
"id" : "folio_stripes-core-10.0.4",
"action" : "enable"
}, {
"id" : "mod-sender-1.11.0",
Expand Down
27 changes: 17 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseBranches": ["main", "master","R2-2023","R1-2023"],
"baseBranches": ["main", "master","R2-2023","R1-2023", "R2-2023-Consortia"],
"branchPrefix": "renovate_",
"automerge": false,
"separateMinorPatch": true,
Expand All @@ -19,35 +19,42 @@
},

"regexManagers": [
{
{
"fileMatch": [ "^install-extras.json$" ],
"matchStrings": [ "\\\"(?<moduleName>(mod-|edge-|okapi).*?)-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+?)\\\"" ],
"datasourceTemplate": "docker",
"depNameTemplate": "folioorg/{{{moduleName}}}"
}
],

"packageRules": [
{
{
"baseBranchList": ["main", "master"],
"packagePatterns": ["^@folio/","^folioorg/"],
"groupName": "Main branch updates",
"updateTypes": ["patch"],
"updateTypes": ["patch"],
"enabled": true
},
{
{
"baseBranchList": ["R1-2023"],
"packagePatterns": ["^@folio/", "^folioorg/"],
"groupName": "FOLIO R1 2023 updates",
"updateTypes": ["patch"],
"updateTypes": ["patch"],
"enabled": true
},
{
{
"baseBranchList": ["R2-2023"],
"packagePatterns": ["^@folio/", "^folioorg/"],
"groupName": "FOLIO R2 2023 updates",
"updateTypes": ["patch"],
"updateTypes": ["patch"],
"enabled": true
},
{
"baseBranchList": ["R2-2023-Consortia"],
"packagePatterns": ["^@folio/", "^folioorg/"],
"groupName": "FOLIO R2 2023 updates Consortia",
"updateTypes": ["patch"],
"enabled": true
}
]
}
}
2 changes: 1 addition & 1 deletion stripes-install.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"action": "enable"
},
{
"id": "folio_stripes-core-10.0.1",
"id": "folio_stripes-core-10.0.4",
"action": "enable"
},
{
Expand Down
Loading

0 comments on commit 9b5dec3

Please sign in to comment.