Skip to content

Commit

Permalink
renovate: migrate config for 36.56.0 version
Browse files Browse the repository at this point in the history
Renovate introduced a new `customType` field that needed config
migration, see:
- https://github.com/renovatebot/renovate/releases/tag/36.56.0
- renovatebot/renovate#23919

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Sep 14, 2023
1 parent a6ffb79 commit ed045a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
// examples shown here: https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
"regexManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.github/workflows/[^/]+\\.ya?ml$"
],
Expand All @@ -395,6 +396,7 @@
]
},
{
"customType": "regex",
"fileMatch": [
"^Makefile\\.cli$"
],
Expand All @@ -403,6 +405,7 @@
]
},
{
"customType": "regex",
"fileMatch": [
"^\\.github/renovate\\.json5$"
],
Expand All @@ -411,6 +414,7 @@
]
},
{
"customType": "regex",
"fileMatch": [
"^Makefile$"
],
Expand Down

0 comments on commit ed045a1

Please sign in to comment.