Update dependency nextcloud/notify_push to v0.2.0 ()

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [nextcloud/notify_push](https://github.com/nextcloud/notify_push) | minor | `v0.1.7` -> `v0.2.0` |

---

### Release Notes

<details>
<summary>nextcloud/notify_push</summary>

### [`v0.2.0`](https://github.com/nextcloud/notify_push/compare/v0.1.7...v0.2.0)

[Compare Source](https://github.com/nextcloud/notify_push/compare/v0.1.7...v0.2.0)

</details>

---

### Configuration

📅 **Schedule**: 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).

Reviewed-on: 
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
This commit is contained in:
renovate-bot 2021-06-18 14:56:04 +00:00 committed by mwalbeck
parent dc5df96020
commit 8f5ecc599d

View file

@ -1,7 +1,7 @@
FROM ekidd/rust-musl-builder:1.51.0@sha256:674e368c5fd2259ba83de6c334b6cdd64ed2c77ad58de58c4938a2c1e848967e as build
# renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver
ENV NOTIFY_PUSH_VERSION v0.1.7
ENV NOTIFY_PUSH_VERSION v0.2.0
RUN set -ex; \
git clone --branch $NOTIFY_PUSH_VERSION https://github.com/nextcloud/notify_push.git .; \