Compare commits

..

1 Commits

Author SHA1 Message Date
26459293c1 chore(deps): update davidanson/markdownlint-cli2-action action to v20
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 14s
Lint Markdown files / markdown-lint (push) Successful in 4s
Ansible Linter / ansible-lint (pull_request) Successful in 14s
Lint Markdown files / markdown-lint (pull_request) Successful in 14s
2025-05-15 07:02:07 +00:00
6 changed files with 13 additions and 16 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.8.2 uses: ansible/ansible-lint@v25.4.0
with: with:
args: "--config-file .ansible-lint" args: "--config-file .ansible-lint"
setup_python: "true" setup_python: "true"

View File

@ -12,7 +12,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.3.0 - uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

View File

@ -1,5 +1,6 @@
# renovate # renovate
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/renovate-role/status.svg)](https://drone.cryptic.systems/volker.raschek/renovate-role)
[![Ansible Role](https://img.shields.io/ansible/role/d/58986)](https://galaxy.ansible.com/volker_raschek/renovate) [![Ansible Role](https://img.shields.io/ansible/role/d/58986)](https://galaxy.ansible.com/volker_raschek/renovate)
With following role can be a renovate configured. Renovate runs as container With following role can be a renovate configured. Renovate runs as container

View File

@ -1,24 +1,20 @@
dependencies: []
galaxy_info: galaxy_info:
namespace: volker_raschek
role_name: renovate
author: Markus Pesch author: Markus Pesch
company: Cryptic Systems
description: Role to configure renovate as container image description: Role to configure renovate as container image
galaxy_tags: company: Cryptic Systems
- renovate
license: MIT license: MIT
min_ansible_version: "2.9" min_ansible_version: "2.9"
namespace: volker-raschek
platforms: platforms:
- name: ArchLinux - name: ArchLinux
versions: versions:
- all - all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu - name: Ubuntu
versions: versions:
- all - all
role_name: renovate
galaxy_tags:
- renovate
dependencies: []

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: True #jinja2: lstrip_blocks: "True", trim_blocks: "True"
{ {
{% for key, value in renovate_config.items() %} {% for key, value in renovate_config.items() %}
{% if value | bool %} {% if value | bool %}

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: True #jinja2: lstrip_blocks: "True", trim_blocks: "True"
version: '3' version: '3'
services: services:
renovate: renovate: