mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-03 00:27:02 +00:00
23 lines
621 B
YAML
23 lines
621 B
YAML
# 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
|