renovate: disable rate-limiting
All checks were successful
/ Ansible Lint (push) Successful in 2m18s

This commit is contained in:
June 2025-10-24 18:59:58 +02:00
commit b2961c5664
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

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": [