mirror of
https://github.com/amir20/dozzle.git
synced 2026-06-23 04:10:12 +00:00
853f46deb4
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
397 B
JSON
14 lines
397 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "schedule:weekly", "group:allNonMajor", ":automergeMinor"],
|
|
"rangeStrategy": "bump",
|
|
"minimumReleaseAge": "24 hours",
|
|
"ignoreDeps": [],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["@playwright/test", "mcr.microsoft.com/playwright"],
|
|
"groupName": "playwright"
|
|
}
|
|
]
|
|
}
|