13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"ignorePaths": [],
|
|
"extends": [
|
|
"local>forgejo/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["gitlab/gitlab-ce"],
|
|
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?-ce\\.(?<build>.*)$"
|
|
}
|
|
]
|
|
}
|