forgejo/.forgejo/workflows/renovate.yml

75 lines
2.5 KiB
YAML
Raw Normal View History

#
2024-04-08 09:16:51 +02:00
# Runs every 2 hours, but Renovate is limited to create new PR before 4am.
# See renovate.json for more settings.
# Automerge is enabled for Renovate PR's but need to be approved before.
#
2024-03-25 10:31:15 +01:00
name: renovate
on:
push:
branches:
- renovate/** # self-test updates
paths:
- .forgejo/workflows/renovate.yml
2024-03-25 10:31:15 +01:00
schedule:
2024-04-08 09:16:51 +02:00
- cron: '0 0/2 * * *'
workflow_dispatch:
2024-03-25 10:31:15 +01:00
env:
RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}
RENOVATE_REPOSITORIES: ${{ github.repository }}
# fix because 10.0.0-58-7e1df53+gitea-1.22.0 < 10.0.0 for semver
# and codeberg api returns such versions from `git describe --tags`
RENOVATE_X_PLATFORM_VERSION: 10.0.0+gitea-1.22.0
2024-03-25 10:31:15 +01:00
jobs:
renovate:
if: vars.ROLE == 'forgejo-coding' && secrets.RENOVATE_TOKEN != ''
2024-03-25 10:31:15 +01:00
runs-on: docker
2024-03-25 10:31:15 +01:00
container:
Update renovate to v39.240.1 (forgejo) (#7532) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [data.forgejo.org/renovate/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | minor | `39.233.5` -> `39.240.1` | | [renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | | minor | `39.233.5` -> `39.240.1` | --- ### Release Notes <details> <summary>renovatebot/renovate (data.forgejo.org/renovate/renovate)</summary> ### [`v39.240.1`](https://github.com/renovatebot/renovate/releases/tag/39.240.1) [Compare Source](https://github.com/renovatebot/renovate/compare/39.240.0...39.240.1) ##### Build System - **deps:** update dependency cronstrue to v2.58.0 (main) ([#&#8203;35346](https://github.com/renovatebot/renovate/issues/35346)) ([7da63b4](https://github.com/renovatebot/renovate/commit/7da63b485ac03549d3dd04d0ecd25c24e2d767d6)) ### [`v39.240.0`](https://github.com/renovatebot/renovate/releases/tag/39.240.0) [Compare Source](https://github.com/renovatebot/renovate/compare/39.238.2...39.240.0) ##### Features - **datasource/azure-pipelines-tasks:** add built-in tasks changelog url ([#&#8203;35325](https://github.com/renovatebot/renovate/issues/35325)) ([5091b14](https://github.com/renovatebot/renovate/commit/5091b14184a38d239de2619b7acd02dc0eade3da)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/better-sqlite3](https://github.com/types/better-sqlite3) to v7.6.13 (main) ([#&#8203;35333](https://github.com/renovatebot/renovate/issues/35333)) ([05b3fc0](https://github.com/renovatebot/renovate/commit/05b3fc0e25927d299bf3c046b533d9dde7af67aa)) - **deps:** update dependency renovatebot/github-action to v41.0.19 (main) ([#&#8203;35337](https://github.com/renovatebot/renovate/issues/35337)) ([479886f](https://github.com/renovatebot/renovate/commit/479886f676e38e2530771baba728ee92201e189a)) - **deps:** update dependency typescript to v5.8.3 (main) ([#&#8203;35336](https://github.com/renovatebot/renovate/issues/35336)) ([abe1f18](https://github.com/renovatebot/renovate/commit/abe1f185cb2a69679738c126776a57ef25949bf3)) - **deps:** update dependency vitest-mock-extended to v3.1.0 (main) ([#&#8203;35334](https://github.com/renovatebot/renovate/issues/35334)) ([680e161](https://github.com/renovatebot/renovate/commit/680e1610309dd9f6047ec6fcc1018a4e2d7bb02a)) ### [`v39.238.2`](https://github.com/renovatebot/renovate/releases/tag/39.238.2) [Compare Source](https://github.com/renovatebot/renovate/compare/39.238.1...39.238.2) ##### Bug Fixes - **workers/auto-replace:** correctly handle prefix replacements ([#&#8203;35265](https://github.com/renovatebot/renovate/issues/35265)) ([afd6415](https://github.com/renovatebot/renovate/commit/afd6415ad88de9c28dd95a9bbea7b85f6ed2b425)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/luxon](https://github.com/types/luxon) to v3.6.1 (main) ([#&#8203;35313](https://github.com/renovatebot/renovate/issues/35313)) ([05ebbf3](https://github.com/renovatebot/renovate/commit/05ebbf3b79b238b856f80ccdd1741ed5d875496e)) - **deps:** update dependency [@&#8203;types/luxon](https://github.com/types/luxon) to v3.6.2 (main) ([#&#8203;35319](https://github.com/renovatebot/renovate/issues/35319)) ([790d0ea](https://github.com/renovatebot/renovate/commit/790d0ea50d7999135c19f511e359856833a480e0)) - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v22.14.0 (main) ([#&#8203;35295](https://github.com/renovatebot/renovate/issues/35295)) ([2188ebb](https://github.com/renovatebot/renovate/commit/2188ebb98f61e80c4cb10410e4f2549ba056783a)) - **deps:** update dependency [@&#8203;vitest/eslint-plugin](https://github.com/vitest/eslint-plugin) to v1.1.39 (main) ([#&#8203;35293](https://github.com/renovatebot/renovate/issues/35293)) ([043d665](https://github.com/renovatebot/renovate/commit/043d665677af9bb15883e9b6a5a5950ce8f85f08)) - **deps:** update dependency type-fest to v4.39.1 (main) ([#&#8203;35302](https://github.com/renovatebot/renovate/issues/35302)) ([21e1e6f](https://github.com/renovatebot/renovate/commit/21e1e6f9cd5807c388eae86968a230c9e952f18e)) ##### Code Refactoring - **gerrit:** remove deprecated source branch as hashtags support ([#&#8203;33329](https://github.com/renovatebot/renovate/issues/33329)) ([e64ca6b](https://github.com/renovatebot/renovate/commit/e64ca6b8521722216f6f50a44c5a6fb46dd52b4b)) ### [`v39.238.1`](https://github.com/renovatebot/renovate/releases/tag/39.238.1) [Compare Source](https://github.com/renovatebot/renovate/compare/39.238.0...39.238.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.13 (main) ([#&#8203;35289](https://github.com/renovatebot/renovate/issues/35289)) ([25eafdb](https://github.com/renovatebot/renovate/commit/25eafdb3796901eceb50e3810e3226f277a1be96)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.13 (main) ([#&#8203;35288](https://github.com/renovatebot/renovate/issues/35288)) ([e0b85f3](https://github.com/renovatebot/renovate/commit/e0b85f3b38bd3ed29925c6afd4d6fb5c237e1d11)) ### [`v39.238.0`](https://github.com/renovatebot/renovate/releases/tag/39.238.0) [Compare Source](https://github.com/renovatebot/renovate/compare/39.237.0...39.238.0) ##### Features - **datasource/github-runners:** mark Windows Server 2025 as stable ([#&#8203;35284](https://github.com/renovatebot/renovate/issues/35284)) ([ad5c45f](https://github.com/renovatebot/renovate/commit/ad5c45f43770e8d422c3e93b1c7e805848aa8dc9)) ### [`v39.237.0`](https://github.com/renovatebot/renovate/releases/tag/39.237.0) [Compare Source](https://github.com/renovatebot/renovate/compare/39.236.2...39.237.0) ##### Features - **bitbucket-server:** add support for changelogs ([#&#8203;34569](https://github.com/renovatebot/renovate/issues/34569)) ([68a66a0](https://github.com/renovatebot/renovate/commit/68a66a05a98ae2ed77ec2f1e203fac553383b081)) ### [`v39.236.2`](https://github.com/renovatebot/renovate/releases/tag/39.236.2) [Compare Source](https://github.com/renovatebot/renovate/compare/39.236.1...39.236.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.12 (main) ([#&#8203;35279](https://github.com/renovatebot/renovate/issues/35279)) ([702f18f](https://github.com/renovatebot/renovate/commit/702f18f6a58de64966eaebbb6c816097bcc19e5c)) ### [`v39.236.1`](https://github.com/renovatebot/renovate/releases/tag/39.236.1) [Compare Source](https://github.com/renovatebot/renovate/compare/39.236.0...39.236.1) ##### Bug Fixes - **tool/pixi:** remove `v` prefix from raw version ([#&#8203;35277](https://github.com/renovatebot/renovate/issues/35277)) ([e938454](https://github.com/renovatebot/renovate/commit/e9384549037e2937a7a8ce4a0f736c9990b9702f)) ##### Miscellaneous Chores - **deps:** update dependency pdm to v2.23.1 (main) ([#&#8203;35275](https://github.com/renovatebot/renovate/issues/35275)) ([78ecd13](https://github.com/renovatebot/renovate/commit/78ecd13a8c65623a6b52caecfe1e13e14cb58014)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.12 (main) ([#&#8203;35278](https://github.com/renovatebot/renovate/issues/35278)) ([84454cf](https://github.com/renovatebot/renovate/commit/84454cfd62fa1f6955f45ca5954af8e2cbe060d7)) ### [`v39.236.0`](https://github.com/renovatebot/renovate/releases/tag/39.236.0) [Compare Source](https://github.com/renovatebot/renovate/compare/39.235.4...39.236.0) ##### Features - **conan:** Add support for lockfile maintenance ([#&#8203;28174](https://github.com/renovatebot/renovate/issues/28174)) ([564ee83](https://github.com/renovatebot/renovate/commit/564ee83fb7c690ed2b0e5bbe4ee2b513fdf2415d)) ### [`v39.235.4`](https://github.com/renovatebot/renovate/releases/tag/39.235.4) [Compare Source](https://github.com/renovatebot/renovate/compare/39.235.3...39.235.4) ##### Bug Fixes - **changelogs:** support massaging self-hosted gitlab URLs ([#&#8203;35258](https://github.com/renovatebot/renovate/issues/35258)) ([8a93407](https://github.com/renovatebot/renovate/commit/8a93407a7864761fe34a4fcec76c559bfd16a9a0)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v22.13.17 (main) ([#&#8203;35263](https://github.com/renovatebot/renovate/issues/35263)) ([12ea7e1](https://github.com/renovatebot/renovate/commit/12ea7e1474d54351e4a4e636c18d27d6d1030076)) ### [`v39.235.3`](https://github.com/renovatebot/renovate/releases/tag/39.235.3) [Compare Source](https://github.com/renovatebot/renovate/compare/39.235.2...39.235.3) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.11 (main) ([#&#8203;35260](https://github.com/renovatebot/renovate/issues/35260)) ([e4eefde](https://github.com/renovatebot/renovate/commit/e4eefde273d0da10271d3401e5b23d9dc6aecc31)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/luxon](https://github.com/types/luxon) to v3.6.0 (main) ([#&#8203;35236](https://github.com/renovatebot/renovate/issues/35236)) ([3619702](https://github.com/renovatebot/renovate/commit/361970298b21221fda2ae7fe316462416697a63b)) - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v22.13.15 (main) ([#&#8203;35237](https://github.com/renovatebot/renovate/issues/35237)) ([6fbcdb3](https://github.com/renovatebot/renovate/commit/6fbcdb3c093fc6778d84a4c5111fc91da52fdf85)) - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v22.13.16 (main) ([#&#8203;35246](https://github.com/renovatebot/renovate/issues/35246)) ([781a9cf](https://github.com/renovatebot/renovate/commit/781a9cf33133354372c177bb4dbde691d9ef7311)) - **deps:** update dependency pnpm to v10.7.1 (main) ([#&#8203;35249](https://github.com/renovatebot/renovate/issues/35249)) ([b88a306](https://github.com/renovatebot/renovate/commit/b88a3068a342037b33c7285e8517bad79d0dac71)) - **deps:** update dependency type-fest to v4.39.0 (main) ([#&#8203;35250](https://github.com/renovatebot/renovate/issues/35250)) ([d4da4a1](https://github.com/renovatebot/renovate/commit/d4da4a10554ad5d2a4dc91980eb71176276de3b1)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.11 (main) ([#&#8203;35259](https://github.com/renovatebot/renovate/issues/35259)) ([f6f5f4e](https://github.com/renovatebot/renovate/commit/f6f5f4e912f152e5ffd4e3048c6439c5e2c16f09)) - **deps:** update github/codeql-action action to v3.28.15 (main) ([#&#8203;35235](https://github.com/renovatebot/renovate/issues/35235)) ([1de6ec9](https://github.com/renovatebot/renovate/commit/1de6ec9a39948a0c00742ef9745fee0d46070e3c)) - **deps:** update python:3.13 docker digest to [`18ecbd0`](https://github.com/renovatebot/renovate/commit/18ecbd0) (main) ([#&#8203;35243](https://github.com/renovatebot/renovate/issues/35243)) ([1b6f9df](https://github.com/renovatebot/renovate/commit/1b6f9dfa5aacc464f02d0d097d864d12db3ef07d)) - **deps:** update python:3.13 docker digest to [`aaf6d3c`](https://github.com/renovatebot/renovate/commit/aaf6d3c) (main) ([#&#8203;35247](https://github.com/renovatebot/renovate/issues/35247)) ([e9ba9fc](https://github.com/renovatebot/renovate/commit/e9ba9fc2e30c64ae80ce9d3d526546d647abc0f3)) - **deps:** update vitest monorepo to v3.1.1 (main) ([#&#8203;35221](https://github.com/renovatebot/renovate/issues/35221)) ([558809f](https://github.com/renovatebot/renovate/commit/558809f1aababdd55a200fa746fe77c0c760fc16)) ##### Code Refactoring - **circleci:** Simplify CircleCI extraction ([#&#8203;35233](https://github.com/renovatebot/renovate/issues/35233)) ([8c00b15](https://github.com/renovatebot/renovate/commit/8c00b15ffcccafd52de4075f88cb1a7215636373)) ### [`v39.235.2`](https://github.com/renovatebot/renovate/releases/tag/39.235.2) [Compare Source](https://github.com/renovatebot/renovate/compare/39.235.1...39.235.2) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/osv-offline](https://github.com/renovatebot/osv-offline) to v1.6.5 (main) ([#&#8203;35232](https://github.com/renovatebot/renovate/issues/35232)) ([fcc9b47](https://github.com/renovatebot/renovate/commit/fcc9b47101d6f1805fd63c1867d07827b0e99edd)) ### [`v39.235.1`](https://github.com/renovatebot/renovate/releases/tag/39.235.1) [Compare Source](https://github.com/renovatebot/renovate/compare/39.235.0...39.235.1) ##### Build System - **deps:** update dependency luxon to v3.6.1 (main) ([#&#8203;35230](https://github.com/renovatebot/renovate/issues/35230)) ([c91c875](https://github.com/renovatebot/renovate/commit/c91c87594b57af006d1a3f32f0048f24b1127a05)) ### [`v39.235.0`](https://github.com/renovatebot/renovate/releases/tag/39.235.0) [Compare Source](https://github.com/renovatebot/renovate/compare/39.234.0...39.235.0) ##### Features - **schema:** Add utility for detecting circular data ([#&#8203;35223](https://github.com/renovatebot/renovate/issues/35223)) ([5ad8030](https://github.com/renovatebot/renovate/commit/5ad8030a8e5f8c05eabef27c895f1e02177764cf)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.14 (main) ([#&#8203;35220](https://github.com/renovatebot/renovate/issues/35220)) ([a13f5da](https://github.com/renovatebot/renovate/commit/a13f5daca93faaf213047ea26c36135b74c2c732)) - **label-actions:** capitalize Renovate brandname ([#&#8203;35222](https://github.com/renovatebot/renovate/issues/35222)) ([b53f2a9](https://github.com/renovatebot/renovate/commit/b53f2a9ffecf5127814cf39db2ffd8ff65bffeba)) ### [`v39.234.0`](https://github.com/renovatebot/renovate/releases/tag/39.234.0) [Compare Source](https://github.com/renovatebot/renovate/compare/39.233.6...39.234.0) ##### Features - add Azure Pipelines preset ([#&#8203;35207](https://github.com/renovatebot/renovate/issues/35207)) ([4cb2bb2](https://github.com/renovatebot/renovate/commit/4cb2bb2d7753052b4e765ac5df664866ae91f0aa)) - **manager/nuget:** extract msbuild sdk from `Import` ([#&#8203;35206](https://github.com/renovatebot/renovate/issues/35206)) ([727792a](https://github.com/renovatebot/renovate/commit/727792a3cecda539b05a6062bc306e065290854d)) ##### Documentation - **upgrade best practices:** update preset code plus small rewrite ([#&#8203;34837](https://github.com/renovatebot/renovate/issues/34837)) ([0be280b](https://github.com/renovatebot/renovate/commit/0be280ba8ac07baf143d2fc9ca7df93fe86747e4)) ### [`v39.233.6`](https://github.com/renovatebot/renovate/releases/tag/39.233.6) [Compare Source](https://github.com/renovatebot/renovate/compare/39.233.5...39.233.6) ##### Bug Fixes - **circleci:** Ignore non-image alias items ([#&#8203;35212](https://github.com/renovatebot/renovate/issues/35212)) ([e746331](https://github.com/renovatebot/renovate/commit/e7463311b8acf2a94175067e65548c75881292ec)) ##### Documentation - update references to renovate/renovate (main) ([#&#8203;35213](https://github.com/renovatebot/renovate/issues/35213)) ([73c9fac](https://github.com/renovatebot/renovate/commit/73c9faca22c480e1ea843f0b27b347ad930d0932)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#&#8203;35214](https://github.com/renovatebot/renovate/issues/35214)) ([3598dfb](https://github.com/renovatebot/renovate/commit/3598dfb8f9d1c153e5ef7bf3b1e8d87b35dd4451)) - **deps:** lock file maintenance (main) ([#&#8203;35217](https://github.com/renovatebot/renovate/issues/35217)) ([57972f6](https://github.com/renovatebot/renovate/commit/57972f613a729385f99329e39653254eefad275b)) - **deps:** update containerbase/internal-tools action to v3.10.19 (main) ([#&#8203;35215](https://github.com/renovatebot/renovate/issues/35215)) ([60ef7bf](https://github.com/renovatebot/renovate/commit/60ef7bfcf14338681e172306816a265bbddf3d90)) - **deps:** update containerbase/internal-tools action to v3.10.20 (main) ([#&#8203;35218](https://github.com/renovatebot/renovate/issues/35218)) ([7cc1fb2](https://github.com/renovatebot/renovate/commit/7cc1fb2d68785e8ae4a42e2f6b92734c1389a1f9)) - **deps:** update dependency esbuild to v0.25.2 (main) ([#&#8203;35210](https://github.com/renovatebot/renovate/issues/35210)) ([1107833](https://github.com/renovatebot/renovate/commit/1107833bcd5172e889d6c6a89973aaeb71799a71)) ##### Tests - **yaml:** Fix code block indents ([#&#8203;35211](https://github.com/renovatebot/renovate/issues/35211)) ([5d48319](https://github.com/renovatebot/renovate/commit/5d4831961baaa9bc6a363cf378aa6bb035856404)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJmb3JnZWpvL2NpIiwidGVzdC9ub3QtbmVlZGVkIl19--> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7532 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-04-14 10:39:25 +00:00
image: data.forgejo.org/renovate/renovate:39.240.1
2024-03-25 10:31:15 +01:00
steps:
2024-04-18 13:22:51 +02:00
- name: Load renovate repo cache
uses: https://data.forgejo.org/actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
2024-03-25 10:31:15 +01:00
with:
path: |
.tmp/cache/renovate/repository
.tmp/cache/renovate/renovate-cache-sqlite
.tmp/osv
2024-03-25 10:31:15 +01:00
key: repo-cache-${{ github.run_id }}
restore-keys: |
repo-cache-
2024-04-18 20:08:27 +02:00
- name: Run renovate
run: renovate
2024-03-25 10:31:15 +01:00
env:
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}
LOG_LEVEL: debug
RENOVATE_BASE_DIR: ${{ github.workspace }}/.tmp
RENOVATE_ENDPOINT: ${{ github.server_url }}
RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORY_CACHE: 'enabled'
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GIT_AUTHOR: 'Renovate Bot <forgejo-renovate-action@forgejo.org>'
RENOVATE_X_SQLITE_PACKAGE_CACHE: true
2024-03-25 10:31:15 +01:00
GIT_AUTHOR_NAME: 'Renovate Bot'
GIT_AUTHOR_EMAIL: 'forgejo-renovate-action@forgejo.org'
GIT_COMMITTER_NAME: 'Renovate Bot'
GIT_COMMITTER_EMAIL: 'forgejo-renovate-action@forgejo.org'
OSV_OFFLINE_ROOT_DIR: ${{ github.workspace }}/.tmp/osv
2024-03-25 10:31:15 +01:00
- name: Save renovate repo cache
2024-04-08 08:47:02 +02:00
if: always() && env.RENOVATE_DRY_RUN != 'full'
uses: https://data.forgejo.org/actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
2024-03-25 10:31:15 +01:00
with:
path: |
.tmp/cache/renovate/repository
.tmp/cache/renovate/renovate-cache-sqlite
.tmp/osv
2024-03-25 10:31:15 +01:00
key: repo-cache-${{ github.run_id }}