diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04bfadd..3775bad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,20 @@ updates: directory: "services/otel-gateway/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "04:00" + timezone: "Europe/London" + allow: + - dependency-type: "all" # include transitive dependencies + cooldown: + default-days: 7 + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" diff --git a/requirements.in b/requirements.in deleted file mode 100644 index 354ca7d..0000000 --- a/requirements.in +++ /dev/null @@ -1,3 +0,0 @@ -pip-tools -PyGithub -PyYaml diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 4e68c6b..0000000 --- a/requirements.txt +++ /dev/null @@ -1,60 +0,0 @@ -# This file was autogenerated by uv via the following command: -# uv pip compile requirements.in --output-file requirements.txt -build==1.2.2.post1 - # via pip-tools -certifi==2026.1.4 - # via requests -cffi==1.17.1 - # via - # cryptography - # pynacl -charset-normalizer==3.4.4 - # via requests -click==8.1.8 - # via pip-tools -cryptography==46.0.5 - # via pyjwt -idna==3.11 - # via requests -importlib-metadata==8.5.0 - # via build -packaging==26.0 - # via build -pip==25.0.1 - # via pip-tools -pip-tools==7.5.2 - # via -r requirements.in -pycparser==2.23 - # via cffi -pygithub==2.8.1 - # via -r requirements.in -pyjwt==2.9.0 - # via pygithub -pynacl==1.6.2 - # via pygithub -pyproject-hooks==1.2.0 - # via - # build - # pip-tools -pyyaml==6.0.3 - # via -r requirements.in -requests==2.32.4 - # via pygithub -setuptools==75.3.4 - # via pip-tools -tomli==2.4.0 - # via - # build - # pip-tools -typing-extensions==4.13.2 - # via - # cryptography - # pygithub -urllib3==2.2.3 - # via - # pygithub - # requests -wheel==0.45.1 - # via pip-tools -zipp==3.20.2 - # via importlib-metadata