You've already forked ansible-role-renovate
Compare commits
1 Commits
master
...
26459293c1
Author | SHA1 | Date | |
---|---|---|---|
26459293c1
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.8.2
|
||||
uses: ansible/ansible-lint@v25.4.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.3.0
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -1,5 +1,6 @@
|
||||
# renovate
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/renovate-role)
|
||||
[](https://galaxy.ansible.com/volker_raschek/renovate)
|
||||
|
||||
With following role can be a renovate configured. Renovate runs as container
|
||||
|
@ -1,24 +1,20 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
namespace: volker_raschek
|
||||
role_name: renovate
|
||||
author: Markus Pesch
|
||||
company: Cryptic Systems
|
||||
description: Role to configure renovate as container image
|
||||
galaxy_tags:
|
||||
- renovate
|
||||
company: Cryptic Systems
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
role_name: renovate
|
||||
|
||||
galaxy_tags:
|
||||
- renovate
|
||||
|
||||
dependencies: []
|
||||
|
@ -1,4 +1,4 @@
|
||||
#jinja2: lstrip_blocks: True
|
||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||
{
|
||||
{% for key, value in renovate_config.items() %}
|
||||
{% if value | bool %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#jinja2: lstrip_blocks: True
|
||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||
version: '3'
|
||||
services:
|
||||
renovate:
|
||||
|
Reference in New Issue
Block a user