mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-03 21:59:36 -04:00
20 lines
523 B
JSON
20 lines
523 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
|
"enabledManagers": ["bun", "github-actions"],
|
|
"minimumReleaseAge": "3 days",
|
|
"rangeStrategy": "bump",
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["digest", "pinDigest"],
|
|
"minimumReleaseAge": null
|
|
},
|
|
{
|
|
"matchManagers": ["bun"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "bun minor and patch dependencies"
|
|
}
|
|
]
|
|
}
|