Skip to content

Commit

Permalink
ci(renovate): move file match to fix regexManagers
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed May 5, 2024
1 parent c544e76 commit 6298750
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
ignorePaths: [
"Containerfile" // manually manage IMAGE_MAJOR_VERSION
],
regexManagers: [
{
"fileMatch": [
"config/scripts/wezterm.sh"
],
"matchStrings": [
'# renovate: depName=(?<depName>.*) datasource=(?<datasource>.*)\\n.*?[vV][eE][rR][sS][iI][oO][nN]=\\"(?<currentValue>.+)\\"'
],
},
],
packageRules: [
{
matchFiles: [
Expand All @@ -52,13 +62,5 @@
"matchManagers": ["github-actions"],
"enabled": false
},
{
"fileMatch": [
"config/scripts/wezterm.sh"
],
"matchStrings": [
'# renovate: depName=(?<depName>.*) datasource=(?<datasource>.*)\\n.*?[vV][eE][rR][sS][iI][oO][nN]=\\"(?<currentValue>.+)\\"'
],
},
]
}

0 comments on commit 6298750

Please sign in to comment.