[mirror] Command-line application for uploading a site to a git-pages server
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Configure Renovate commit messages.

+3 -1
+3 -1
renovate.json
··· 9 9 "lockFileMaintenance": { 10 10 "enabled": true, 11 11 "automerge": false 12 - } 12 + }, 13 + "semanticCommits": "disabled", 14 + "commitMessagePrefix": "[Renovate]" 13 15 }