canonical / admission-webhook-operator

Admission Webhook Operator
Apache License 2.0
1 stars 4 forks source link

Add renovate.json and separate requirements for tox environments #35

Closed misohu closed 1 year ago

misohu commented 1 year ago

Each tox environment has its own separate requirements-<env>.txt file generated with pip-tools from requirements-<env>.in file.

There is new tox environment update-requirements which will generate requirements-.txt from requirements-.in files.

I also added renovate.json for renovate setup. I unpinned versions for every package except flake (as flake-copyright is causing problems).