The above will delete any existing `debug.log` and then save Renovate's output to that file.
The example command will delete any existing `debug.log` and then save Renovate's output to a new `debug.log` file.
### Adding configuration options
### Adding configuration options
...
@@ -212,7 +213,7 @@ Try like this:
...
@@ -212,7 +213,7 @@ Try like this:
If you are using VS Code, try like this:
If you are using VS Code, try like this:
1. In the configuration file, i.e`config.js` in the root directory of the project, add `token` with your personal access token
1. In the configuration file, e.g.`config.js` in the root directory of the project, add `token` with your personal access token
2. In the same configuration file, add `repositories` with the repository you want to test against. The file `config.js` would look something like this:
2. In the same configuration file, add `repositories` with the repository you want to test against. The file `config.js` would look something like this: