Closed aidankinzett closed 5 months ago
Update the renovate.json file to extend the files matched by the npm module to include package.json.hbs by following https://docs.renovatebot.com/modules/manager/#file-matching
renovate.json
package.json.hbs
Note that I have not tested this since I don't have renovate set up on my fork, but since the package.json.hbs file is a valid package.json file I believe this should work.
package.json
let's try it :)
don't know how to test so let's just test in prod :)
Seems to work :)
https://github.com/t3-oss/create-t3-turbo/pull/1040/files#diff-71e0643ad48b75e8076c98c76335f0d109b112777f7469b32268b6db4471558d
Update the
renovate.json
file to extend the files matched by the npm module to includepackage.json.hbs
by following https://docs.renovatebot.com/modules/manager/#file-matchingNote that I have not tested this since I don't have renovate set up on my fork, but since the
package.json.hbs
file is a validpackage.json
file I believe this should work.