You've already forked ansible-role-renovate
Compare commits
1 Commits
master
...
33f86dc9ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
33f86dc9ea
|
@@ -12,9 +12,9 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.1
|
- uses: actions/checkout@v5
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.11.1
|
uses: ansible/ansible-lint@v25.7.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.1
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Renovate will be periodically started by systemd.
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Configuring docker-compose.yaml and the config.json
|
- Configuring docker-compose.yml and the config.json
|
||||||
- Configuring systemd service and timer unit
|
- Configuring systemd service and timer unit
|
||||||
|
|
||||||
## Configuring
|
## Configuring
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
group: docker
|
group: docker
|
||||||
mode: "0664"
|
mode: "0664"
|
||||||
with_items:
|
with_items:
|
||||||
- srv/docker/renovate/docker-compose.yaml
|
- srv/docker/renovate/docker-compose.yml
|
||||||
- srv/docker/renovate/config.json
|
- srv/docker/renovate/config.json
|
||||||
|
|
||||||
- name: Create start and stop scripts
|
- name: Create start and stop scripts
|
||||||
Reference in New Issue
Block a user