# LOCAL_OVERRIDES.yml — dérogations locales contrôlées (fichier modèle) overrides: - path: ".gitea/workflows/ci.yml" reason: "spécificité d’environnement" owner: "@maintainer_handle" expires: "2025-12-31" - path: "scripts/scripts/auto-ssh-push.sh" reason: "flux particulier temporaire" owner: "@maintainer_handle" expires: "2025-10-01" policy: allow_only_listed_paths: true require_expiry: true audit_in_ci: true