# Dependabot configuration for Uptime Kuma # See: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" day: "monday" # Group all GitHub Actions updates into a single PR groups: github-actions: patterns: - "*" open-pull-requests-limit: 5 commit-message: prefix: "chore" include: "scope" cooldown: default-days: 7