Compare commits
2 commits
50cb92e2d4
...
891d8d30e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 891d8d30e3 | |||
|
92601ab9ea |
2 changed files with 6 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: Ansible Lint
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install pip
|
||||
run: |
|
||||
apt update
|
||||
|
|
|
|||
|
|
@ -32,6 +32,11 @@
|
|||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue