mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 10:33:14 +00:00
28 lines
489 B
JSON
28 lines
489 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"commitMessagePrefix": "[dependencies]",
|
|
"extends": [
|
|
"config:base",
|
|
":disableRateLimiting"
|
|
],
|
|
"baseBranches": [
|
|
"dev-next"
|
|
],
|
|
"golang": {
|
|
"enabled": false
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"groupName": "github-actions"
|
|
},
|
|
{
|
|
"matchManagers": [
|
|
"dockerfile"
|
|
],
|
|
"groupName": "Dockerfile"
|
|
}
|
|
]
|
|
} |