mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
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
|
@ -18,6 +18,9 @@ on:
|
|||
|
||||
enable-email-notifications: true
|
||||
|
||||
env:
|
||||
FORGEJO_VERSION: 11.0.5 # renovate: datasource=docker depName=code.forgejo.org/forgejo/forgejo
|
||||
|
||||
jobs:
|
||||
release-simulation:
|
||||
runs-on: lxc-bookworm
|
||||
|
@ -30,7 +33,7 @@ jobs:
|
|||
with:
|
||||
user: root
|
||||
password: admin1234
|
||||
image-version: 1.20
|
||||
image-version: ${{ env.FORGEJO_VERSION }}
|
||||
lxc-ip-prefix: 10.0.9
|
||||
|
||||
- name: publish
|
||||
|
|
|
@ -12,7 +12,7 @@ on:
|
|||
- labeled
|
||||
|
||||
env:
|
||||
RNA_VERSION: v1.4.0 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
|
||||
RNA_VERSION: v1.4.0 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant
|
||||
|
||||
jobs:
|
||||
release-notes:
|
||||
|
|
|
@ -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