podcell 0.2.0

A simple Podman-based development environment manager.
#
# Copyright (c) 2025-present, Alessandro Gario
# All rights reserved.
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
#

version: 2

updates:
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"

    cooldown:
      default-days: 7

    labels:
      - "dependencies"
      - "rust"

    open-pull-requests-limit: 10
    groups:
      cargo-all:
        patterns:
          - "*"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

    cooldown:
      default-days: 7

    labels:
      - "dependencies"
      - "github-actions"

    open-pull-requests-limit: 5
    groups:
      actions-all:
        patterns:
          - "*"