Skip to content

Commit

Permalink
Omit buildSrc from the fileMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Aug 1, 2019
1 parent 2065d05 commit a225fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions lib/config/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1644,11 +1644,7 @@ const options = [
stage: 'package',
type: 'object',
default: {
fileMatch: [
'\\.gradle(\\.kts)?$',
'(^|/)gradle.properties$',
'(^|/)buildSrc/.*',
],
fileMatch: ['\\.gradle(\\.kts)?$', '(^|/)gradle.properties$'],
timeout: 300,
versionScheme: 'maven',
},
Expand Down
6 changes: 1 addition & 5 deletions renovate-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,11 +1130,7 @@
"description": "Configuration object for build.gradle files",
"type": "object",
"default": {
"fileMatch": [
"\\.gradle(\\.kts)?$",
"(^|/)gradle.properties$",
"(^|/)buildSrc/.*"
],
"fileMatch": ["\\.gradle(\\.kts)?$", "(^|/)gradle.properties$"],
"timeout": 300,
"versionScheme": "maven"
},
Expand Down

0 comments on commit a225fc3

Please sign in to comment.