diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35728687..d99d2b1f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 + +multi-ecosystem-groups: + python: + schedule: + interval: "weekly" + labels: ["python", "dependencies"] + updates: - package-ecosystem: github-actions directory: "/" @@ -15,9 +22,10 @@ updates: - "*" - package-ecosystem: uv directory: / - schedule: - interval: "daily" - groups: - pip: - patterns: - - '*' + patterns: ["*"] + multi-ecosystem-group: python + + - package-ecosystem: pip + directory: / + patterns: ["*"] + multi-ecosystem-group: python