Skip to content

Commit

Permalink
custom manager for mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaJassova committed Apr 29, 2024
1 parent 1174a57 commit dfc48ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,18 @@
},
"docker-compose": {
"fileMatch": [
"(^|/)(?:docker-)?compose[^/]*\\.ya?ml$", "\\w+\\.mjs"
"(^|/)(?:docker-)?compose[^/]*\\.ya?ml$"
]
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["\\w+\\.mjs"],
"matchStrings": ["new GenericContainer('?<currentValue>.*?')"],
"depNameTemplate": "docker",
"datasourceTemplate": "docker"
}
],
"lockFileMaintenance": {
"enabled": true
},
Expand Down

0 comments on commit dfc48ad

Please sign in to comment.