Update all dependencies (#26)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.1.3` -> `v4.1.4` | | brave/brave-browser | | patch | `1.65.114` -> `1.65.126` | | ferdium/ferdium-app | | patch | `6.7.2` -> `6.7.3` | | git.snaile.de/snailed/xbps-builder | container | minor | `2024.0420.2201` -> `2024.0502.1733` | | renovate/renovate | container | digest | `18b49c6` -> `3c59bbf` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.4`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://github.com/jww3) in https://github.com/actions/checkout/pull/1692 - Add dependabot config by [@​cory-miller](https://github.com/cory-miller) in https://github.com/actions/checkout/pull/1688 - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://github.com/dependabot) in https://github.com/actions/checkout/pull/1693 - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/actions/checkout/pull/1643 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: snailed/void-packages-custom#26 Co-authored-by: Johnny5 <bot@snaile.de> Co-committed-by: Johnny5 <bot@snaile.de>
This commit is contained in:
parent
3d772ac0ac
commit
218d08bbbb
|
@ -13,7 +13,7 @@ on:
|
|||
jobs:
|
||||
build-and-publish:
|
||||
runs-on: docker
|
||||
container: git.snaile.de/snailed/xbps-builder:2024.0420.2201
|
||||
container: git.snaile.de/snailed/xbps-builder:2024.0502.1733
|
||||
env:
|
||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||
ARCH: "x86_64"
|
||||
|
|
|
@ -13,7 +13,7 @@ on:
|
|||
jobs:
|
||||
build-and-publish:
|
||||
runs-on: "docker"
|
||||
container: "git.snaile.de/snailed/xbps-builder:2024.0420.2201"
|
||||
container: "git.snaile.de/snailed/xbps-builder:2024.0502.1733"
|
||||
env:
|
||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||
ARCH: "x86_64"
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
renovate:
|
||||
runs-on: docker
|
||||
container: renovate/renovate@sha256:18b49c6203ebde3aeb416dce76c25a5c7df9d7c3553ae9b3d1e4fdb44d86582b
|
||||
container: renovate/renovate@sha256:3c59bbfb49c70a6df896316e0a0e95fab1ae7d66533f263ca9c78b747e04bf79
|
||||
env:
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }}
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
|||
LOG_LEVEL: debug
|
||||
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- uses: https://code.forgejo.org/actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
|
||||
- name: Renovate
|
||||
run: renovate ${{ github.repository }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'brave-bin'
|
||||
pkgname=brave-bin
|
||||
version=1.65.114
|
||||
version=1.65.126
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ferdium-bin'
|
||||
pkgname=ferdium-bin
|
||||
version=6.7.2
|
||||
version=6.7.3
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
homepage="https://ferdium.org/"
|
||||
|
|
Loading…
Reference in New Issue