diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0782e61..06abb02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,21 @@ --- -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" + commit-message: + prefix: "chore(deps)" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore(deps)" - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore(deps)" diff --git a/requirements-test.txt b/requirements-test.txt index e768f26..641c7bd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -black==24.4.0 +black==24.4.1 flake8==7.0.0 -mypy==1.9.0 +mypy==1.10.0 mypy-extensions==1.0.0 pylint==3.1.0 pytest==8.1.1