Compare commits

..

1 commit

Author SHA1 Message Date
519152a068 Update docker.io/prom/prometheus Docker tag to v3.7.2
All checks were successful
/ Ansible Lint (push) Successful in 2m4s
/ Ansible Lint (pull_request) Successful in 1m59s
2025-10-23 13:45:39 +00:00
2 changed files with 2 additions and 3 deletions

View file

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

View file

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