mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-17 21:37:06 -04:00
14 lines
371 B
JSON
14 lines
371 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
|
"enabledManagers": ["bun", "github-actions"],
|
|
"minimumReleaseAge": "3 days",
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["bun"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "bun minor and patch dependencies"
|
|
}
|
|
]
|
|
}
|