Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
github: use osism/renovate-config
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Mar 8, 2022
1 parent 17af874 commit 36ce9aa
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
27 changes: 23 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"extends": [
"config:base"
],
"commitBody": "Signed-off-by: Renovate Bot <[email protected]>"
"extends": [
"github>osism/renovate-config"
],
"regexManagers":[
{
"fileMatch":[
"^README.md$"
],
"matchStrings":[
"(?<depName>ansible) version: (?<currentValue>.*?)"
],
"datasourceTemplate":"pypi"
},
{
"fileMatch":[
"^README.md$"
],
"matchStrings":[
"(?<depName>ansible-lint) version: (?<currentValue>.*?)"
],
"datasourceTemplate":"pypi"
}
]
}
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

This action allows you to run `ansible-lint` with no additional options.

The following versions are available in the main branch:

```
ansible version: 5.4.0
ansible-lint version: 5.4.0
```

The following versions are available in the releases:

| Version | ansible-lint | ansible |
|---------|--------------|---------|
| main | 5.3.2 | 5.2.0 |
| v1.0.0 | 5.3.2 | 5.2.0 |
| v1.1.0 | 5.4.0 | 5.4.0 |
| v1.0.0 | 5.3.2 | 5.2.0 |

## Usage

Expand Down

0 comments on commit 36ce9aa

Please sign in to comment.