Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

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 94b3bcd
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
':semanticCommitTypeAll(chore)',
':preserveSemverRanges',
],
repositories: [
'scottames/ublue'
],
automergeStrategy: 'squash',
dependencyDashboard: true,
labels: [
'dependencies'
],
onboarding: false,
onboardingPrTitle: 'chore(deps): onboard with renovate',
platform: "github",
platformAutomerge: true,
pruneStaleBranches: true,
rebaseWhen: 'behind-base-branch',
Expand All @@ -37,6 +31,16 @@
ignorePaths: [
"Containerfile" // manually manage IMAGE_MAJOR_VERSION
],
regexManagers: [
{
"fileMatch": [
"config/scripts/wezterm.sh"
],
"matchStrings": [
"# renovate: depName=(?<depName>.*) datasource=(?<datasource>.*)\\n.*?_RELEASE=\"(?<currentValue>.+)\""
],
},
],
packageRules: [
{
matchFiles: [
Expand All @@ -52,13 +56,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 94b3bcd

Please sign in to comment.