mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
chore(renovate): schedule some deps quarterly
This commit is contained in:
parent
e4aa7bd511
commit
bb0daa9522
1 changed files with 21 additions and 3 deletions
|
@ -20,7 +20,13 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"description": "Require approval for go and python minor version",
|
||||
"matchDepNames": ["go", "python", "golang", "docker.io/golang", "docker.io/library/golang"],
|
||||
"matchDepNames": [
|
||||
"go",
|
||||
"python",
|
||||
"golang",
|
||||
"docker.io/golang",
|
||||
"docker.io/library/golang"
|
||||
],
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
|
@ -29,9 +35,19 @@
|
|||
"matchDepNames": ["github.com/go-ap/activitypub", "bitnami/minio"],
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
{
|
||||
"description": "Schedule some deps less frequently",
|
||||
"matchDepNames": ["github.com/google/pprof"],
|
||||
"extends": ["schedule:quarterly"]
|
||||
},
|
||||
{
|
||||
"description": "Group golang packages",
|
||||
"matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"],
|
||||
"matchDepNames": [
|
||||
"go",
|
||||
"golang",
|
||||
"docker.io/golang",
|
||||
"docker.io/library/golang"
|
||||
],
|
||||
"groupName": "golang packages"
|
||||
},
|
||||
{
|
||||
|
@ -81,7 +97,9 @@
|
|||
"description": "Update deps inside Makefile",
|
||||
"customType": "regex",
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": [" \\?= (?<depName>.+?)@(?<currentValue>.+?) # renovate: datasource=(?<datasource>.+?)\\s"]
|
||||
"matchStrings": [
|
||||
" \\?= (?<depName>.+?)@(?<currentValue>.+?) # renovate: datasource=(?<datasource>.+?)\\s"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue