Clean up RENOVATE_CONFIG_FILE template comments #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
RENOVATE_CONFIG_FILEcarries a leftover template comment ("replace it with yourconfig.js path"), and the token env lines have stray/typo'd comments. It works,
but reads as unverified boilerplate.
Fix
Confirm the path resolves (it does — config is applied) and remove the template
comments.