mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
ba45d7dbd3
Co-authored-by: Juan Font <juanfontalonso@gmail.com>
34 lines
970 B
JSON
34 lines
970 B
JSON
{
|
|
"baseBranches": ["main"],
|
|
"username": "renovate-release",
|
|
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
|
"branchPrefix": "renovateaction/",
|
|
"onboarding": false,
|
|
"extends": ["config:base", ":rebaseStalePrs"],
|
|
"ignorePresets": [":prHourlyLimit2"],
|
|
"enabledManagers": ["dockerfile", "gomod", "github-actions", "regex"],
|
|
"includeForks": true,
|
|
"repositories": ["juanfont/headscale"],
|
|
"platform": "github",
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["go"],
|
|
"groupName": "Go modules",
|
|
"groupSlug": "gomod",
|
|
"separateMajorMinor": false
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"groupName": "Dockerfiles",
|
|
"groupSlug": "dockerfiles"
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [".github/workflows/.*.yml$"],
|
|
"matchStrings": ["\\s*go-version:\\s*\"?(?<currentValue>.*?)\"?\\n"],
|
|
"datasourceTemplate": "golang-version",
|
|
"depNameTemplate": "actions/go-version"
|
|
}
|
|
]
|
|
}
|