Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Nov 28, 2024
1 parent c497553 commit f8a32ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,12 +803,13 @@ Each `matchQueries` must be a valid regular expression, optionally with named ca

Example:

````json
```json
{
"matchQueries": [
"packages.{ \"depName\": package, \"currentValue\": version }"
]
}
```

### matchStrings

Expand All @@ -822,7 +823,7 @@ Example:
"ENV .*?_VERSION=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"
]
}
````
```

### matchStringsStrategy

Expand Down
6 changes: 3 additions & 3 deletions lib/modules/manager/custom/jsonata/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ The `jsonata` manager is designed to allow users to manually configure Renovate

This manager is unique in Renovate in that:

- It is configurable via [JSONata](https://jsonata.org/) queries.
- Through the use of the `customManagers` config, multiple "JSONata managers" can be created for the same repository.
- It can extract any `datasource`.
- It is configurable via [JSONata](https://jsonata.org/) queries
- Through the use of the `customManagers` config, multiple "JSONata managers" can be created for the same repository
- It can extract any `datasource`

To configure it, use the following syntax:

Expand Down

0 comments on commit f8a32ea

Please sign in to comment.