exclude_paths:
  - .github/**

# No supported_ansible_also entry is needed: meta/runtime.yml declares a lower bound on the
# 2.19 branch, and ansible-lint's meta-runtime rule matches that bound against a built-in
# list of ansible-core floors that already includes 2.19. Verified against ansible-lint
# 26.8.0 -- the rule passes with this file reduced to exclude_paths alone.
#
# That built-in list stops at 2.19 and knows nothing of 2.20 or 2.21, so raising the floor
# to the 2.20 branch (which is what dropping 2.19 after its 2026-11-30 EOL would mean) will
# require re-adding:
#
#   supported_ansible_also:
#     - "2.20"
#
# The value there is major.minor per the docs -- "2.20.7" renders the supported list as
# ">=2.20.70" and passes for the wrong reason.
