diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 269438fa..edc253a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,21 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values + - package-ecosystem: "pip" directory: "/" target-branch: "dev" schedule: - interval: "weekly" + interval: "monthly" + groups: + pip: + patterns: + - "*" + - package-ecosystem: "npm" + directory: "/" + target-branch: "dev" + schedule: + interval: "monthly" + groups: + npm: + patterns: + - "*" diff --git a/requirements.txt b/requirements.txt index cd3b67ce..a07fa9e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ pyasn1==0.6.0 pyasn1-modules==0.4.0 pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython" pycryptodomex==3.20.0 -pydantic==2.7.2 +pydantic==2.7.3 pydantic-core==2.18.4 pygments==2.18.0 python-crontab==3.1.0