Skip to content

Commit

Permalink
make ignorePaths explicit, removing examples from default
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jan 6, 2025
1 parent 5e550a2 commit f776ba1
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
extends: [
'config:best-practices',
':rebaseStalePrs',
'customManagers:dockerfileVersions',
],
dockerfile: {
fileMatch: [".*Dockerfile$"],
},
customManagers: [
{
customType: "regex",
fileMatch: [".*Dockerfile$"],
matchStrings: [
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s(?:ENV|ARG)\\s+[A-Za-z0-9_]+?_VERSION[ =][\"']?(?<currentValue>.+?)[\"']?\\s"
]
}
ignorePaths: [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/tests/**",
"**/__fixtures__/**"
],
packageRules: [
{
Expand Down

0 comments on commit f776ba1

Please sign in to comment.