<!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/973): <!--number 973 --><!--line 0 --><!--description Y2k6IHVwZGF0ZSBmb3JnZWpvIHZlcnNpb24gZm9yIHJlbGVhc2UgaW50ZWdyYXRpb24=-->ci: update forgejo version for release integration<!--description--> <!--end release-notes-assistant--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/973 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
20 lines
675 B
JSON
20 lines
675 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>forgejo/renovate-config"],
|
|
"prConcurrentLimit": 1,
|
|
"packageRules": [
|
|
{
|
|
"description": "Separate minor and patch for some packages",
|
|
"matchDepNames": ["github.com/rhysd/actionlint"],
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"description": "separate multiple major and minor for forgejo",
|
|
"matchDepNames": ["code.forgejo.org/forgejo/forgejo"],
|
|
"separateMultipleMajor": true,
|
|
"separateMultipleMinor": true
|
|
}
|
|
],
|
|
"labels": ["Kind/DependencyUpdate", "run-end-to-end-tests"],
|
|
"ignorePaths": ["**/testdata/**", "**/node_modules/**"]
|
|
}
|