Compare commits

..

3 commits

Author SHA1 Message Date
8d23645543 Update docker.io/prom/prometheus Docker tag to v3.7.2
All checks were successful
/ Ansible Lint (push) Successful in 2m11s
/ Ansible Lint (pull_request) Successful in 2m4s
2025-10-24 17:00:39 +00:00
b2961c5664
renovate: disable rate-limiting
All checks were successful
/ Ansible Lint (push) Successful in 2m18s
2025-10-24 18:59:58 +02:00
a13d23c7ea Update actions/checkout action to v5
All checks were successful
/ Ansible Lint (pull_request) Successful in 1m58s
/ Ansible Lint (push) Successful in 2m15s
2025-10-23 13:45:41 +00:00
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Ansible Lint
runs-on: docker
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Install pip
run: |
apt update

View file

@ -3,7 +3,8 @@
"extends": [
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices",
":ignoreUnstable"
":ignoreUnstable",
":disableRateLimiting"
],
"semanticCommits": "disabled",
"packageRules": [