ci: update forgejo version for release integration (#973)
<!--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>
This commit is contained in:
parent
9a62046607
commit
86653c237d
3 changed files with 11 additions and 2 deletions
|
|
@ -7,6 +7,12 @@
|
|||
"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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue