mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
update renovate config
This commit is contained in:
parent
6f7a3dbf29
commit
d749702308
1 changed files with 25 additions and 1 deletions
|
@ -1,3 +1,27 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
":maintainLockFilesWeekly",
|
||||||
|
":enablePreCommit",
|
||||||
|
"schedule:automergeDaily",
|
||||||
|
"schedule:weekends"
|
||||||
|
],
|
||||||
|
"automergeType": "branch",
|
||||||
|
"automergeMajor": false,
|
||||||
|
"automerge": true,
|
||||||
|
"prConcurrentLimit": 5,
|
||||||
|
"labels": ["dependencies"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["gomod", "dockerfile"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "golang deps non-major",
|
||||||
|
"matchManagers": ["gomod"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"extends": ["schedule:daily"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue