mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-02 19:37:40 +03:00
19 lines
No EOL
349 B
JSON
19 lines
No EOL
349 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"commitMessagePrefix": "[dependencies]",
|
|
"extends": [
|
|
"config:base",
|
|
":disableRateLimiting"
|
|
],
|
|
"golang": {
|
|
"enabled": false
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"groupName": "github-actions"
|
|
}
|
|
]
|
|
} |