Skip to content

Commit

Permalink
chore(deps): update automation (#68)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| app-template | major | `2.4.0` -> `3.2.1` |
| [caronc/apprise](https://togithub.com/caronc/apprise-api) | major |
`0.9` -> `1.1` |
|
[linuxserver/rsnapshot](https://togithub.com/linuxserver/docker-rsnapshot/packages)
([source](https://togithub.com/linuxserver/docker-rsnapshot)) | patch |
`1.4.3` -> `1.4.5` |
|
[linuxserver/syncthing](https://togithub.com/linuxserver/docker-syncthing/packages)
([source](https://togithub.com/linuxserver/docker-syncthing)) | minor |
`1.26.1` -> `1.27.8` |

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hobroker/selfhosted).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent fc69212 commit 6b8ec62
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/automation/apprise/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: apprise
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/apprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ controllers:
main:
image:
repository: caronc/apprise
tag: 0.9
tag: 1.1
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/messenger/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: messenger
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/rsnapshot/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: rsnapshot
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/rsnapshot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controllers:
main:
image:
repository: linuxserver/rsnapshot
tag: 1.4.3
tag: 1.4.5
pullPolicy: IfNotPresent
env:
PGID: "1000"
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/syncthing/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: syncthing
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/syncthing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ controllers:
main:
image:
repository: linuxserver/syncthing
tag: 1.26.1
tag: 1.27.8
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 6b8ec62

Please sign in to comment.