mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
docs(readme): requireConfig now accept required, optional, ignored not boolean. (#901)
This commit is contained in:
parent
322dce6952
commit
088a5cd6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ This disables the requirement of a configuration file for the repository and dis
|
||||||
|
|
||||||
```js
|
```js
|
||||||
onboarding: false,
|
onboarding: false,
|
||||||
requireConfig: false,
|
requireConfig: 'optional',
|
||||||
```
|
```
|
||||||
|
|
||||||
### `docker-cmd-file`
|
### `docker-cmd-file`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue