diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2ebb49..1e6dd1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: actions: patterns: - "*" - - package-ecosystem: uv + - package-ecosystem: pip directory: / schedule: interval: "daily" @@ -22,14 +22,21 @@ updates: patterns: - "clang-tools" - "cpp-linter" + + - package-ecosystem: uv + directory: / + schedule: + interval: "quarterly" + labels: + - "dependencies" + - "python:uv" + - "skip-changelog" + groups: dev: patterns: - "mypy" - "pre-commit" - "ruff" - update-types: - - "major" - - "minor" docs: patterns: - "mkdocs-gen-files" @@ -38,6 +45,3 @@ updates: - "mkdocs-material" - "mkdocs" - "pyyaml" - update-types: - - "major" - - "minor"