Skip to content

Commit

Permalink
chore: limit the files found in the preset regex (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 21, 2023
1 parent 4701ce6 commit bd66dc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@
{
customType: 'regex',
datasourceTemplate: 'github-releases',
fileMatch: ['\\.json[5]?$', '!renovate\\.json5$'],
fileMatch: [
'^automerge\\.json$',
'^default\\.json$',
'^group\\.json$',
'^maintenance\\.json$',
'^replacements\\.json$',
'^vendors\\.json$',
],
matchStrings: [
'["\']github>(?<depName>bfra-me\\/renovate-config)(?:(?::|\\/\\/)(?<path>.+?))?#(?<currentValue>.+?)["\']',
],
Expand Down

0 comments on commit bd66dc7

Please sign in to comment.