version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" groups: actions: patterns: - "*" - package-ecosystem: "npm" directory: "/frontend" schedule: interval: "weekly" groups: minor-and-patch: update-types: - "minor" - "patch" - package-ecosystem: "pip" directory: "/backend" schedule: interval: "weekly" groups: minor-and-patch: update-types: - "minor" - "patch"