mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-02 03:17:37 +03:00
Fix renovate configuration
This commit is contained in:
parent
c37f988a4f
commit
8806e421f2
1 changed files with 5 additions and 3 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"commitMessagePrefix": "[dependencies]",
|
||||
"branchName": "main",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":disableRateLimiting"
|
||||
],
|
||||
"baseBranches": [
|
||||
"dev"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
|
@ -15,9 +17,9 @@
|
|||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"gomod"
|
||||
"dockerfile"
|
||||
],
|
||||
"groupName": "gomod"
|
||||
"groupName": "Dockerfile"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue