mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"commitMessagePrefix": "[dependencies]",
|
"commitMessagePrefix": "[dependencies]",
|
||||||
"branchName": "main",
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":disableRateLimiting"
|
":disableRateLimiting"
|
||||||
],
|
],
|
||||||
|
"baseBranches": [
|
||||||
|
"dev"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
|
@ -15,9 +17,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"gomod"
|
"dockerfile"
|
||||||
],
|
],
|
||||||
"groupName": "gomod"
|
"groupName": "Dockerfile"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue