Skip to content
Snippets Groups Projects
Unverified Commit 3dfac427 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: set unicodeEmoji to false if using MySQL/MariaDB on BitBucket Server (#9185)

parent fc821228
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,8 @@ Configure it as `password` in your `config.js` file, or in environment variable
Also configure the `username` for your bot account too, if you decided not to name it `@renovate-bot`.
Don't forget to configure `platform=bitbucket-server` somewhere in config.
If you use MySQL or MariaDB you must set `unicodeEmoji` to `false` in the bot config (`RENOVATE_CONFIG_FILE`) to prevent issues with emojis.
### Azure DevOps
First, [create a personal access token](https://docs.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/pats) for the bot account.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment