Skip to content

Commit 4577251

Browse files
renovate-botmwalbeck
authored andcommitted
Update dependency nextcloud/notify_push to v1.3.0 (#185)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [nextcloud/notify_push](https://github.com/nextcloud/notify_push) | minor | `v1.2.2` -> `v1.3.0` | --- ### Release Notes <details> <summary>nextcloud/notify_push (nextcloud/notify_push)</summary> ### [`v1.3.0`](https://github.com/nextcloud/notify_push/releases/tag/v1.3.0): 1.3.0 [Compare Source](nextcloud/notify_push@v1.2.2...v1.3.0) #### What's Changed - Add support for Nextcloud 33 - Release 1.3.0 by [@&#8203;icewind1991](https://github.com/icewind1991) in [#&#8203;675](nextcloud/notify_push#675) **Full Changelog**: <nextcloud/notify_push@v1.2.2...v1.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://git.walbeck.it/walbeck-it/docker-nextcloud-notify-push/pulls/185 Co-authored-by: renovate-bot <bot@walbeck.it> Co-committed-by: renovate-bot <bot@walbeck.it>
1 parent fb1d713 commit 4577251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.92.0-bullseye@sha256:c6d501c039204c21e9fa374f234bd41bdc8b36cfd455a407ef145d9bef19f2b7 as build
22

33
# renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver
4-
ENV NOTIFY_PUSH_VERSION=v1.2.2
4+
ENV NOTIFY_PUSH_VERSION=v1.3.0
55

66
WORKDIR /notify_push
77

0 commit comments

Comments
 (0)