plugin-barman-cloud/containers
Marco Nenciarini e4879b6577
ci(renovate): remove unhandled options to fix pip-compile errors (#565)
The Renovate pip-compile provider is not running due to some options in
the requirements.txt that are set to `None`, which is the actual default.

```
DEBUG: pip-compile: extracted command from header (repository=local)
       "fileName": "containers/sidecar-requirements.txt",
       "argv": [
         "pip-compile",
         "--allow-unsafe",
         "--cert=None",
         "--client-cert=None",
         "--generate-hashes",
         "--index-url=None",
         "--output-file=sidecar-requirements.txt",
         "--pip-args=None",
         "--strip-extras",
         "sidecar-requirements.in"
       ],
       "commandType": "pip-compile"
DEBUG: pip-compile: option not handled (repository=local)
       "option": "--allow-unsafe"
 WARN: pip-compile error (repository=local)
       "matchedFile": "containers/sidecar-requirements.txt",
       "errorMessage": "Option --cert=None not supported (yet)"
```

Removing the options fixes the run.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2025-10-07 14:01:38 +02:00
..
Dockerfile.barmanbase chore: add Barman base image (#59) 2025-08-21 09:55:50 +02:00
Dockerfile.plugin chore(deps): update golang docker tag to v1.25.1 (#518) 2025-09-18 10:45:17 +02:00
Dockerfile.sidecar chore(deps): update golang docker tag to v1.25.1 (#518) 2025-09-18 10:45:17 +02:00
sidecar-requirements.in chore(deps): update dependency barman to v3.15.0 (#488) 2025-09-17 11:43:39 +02:00
sidecar-requirements.txt ci(renovate): remove unhandled options to fix pip-compile errors (#565) 2025-10-07 14:01:38 +02:00