This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
renovate c06ff141f4
continuous-integration/drone/push Build is passing Details
chore(deps): update golang docker tag to v1.20.1 (#34)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | patch | `1.20.0-alpine3.16` -> `1.20.1-alpine3.16` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNC4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #34
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2023-02-15 04:23:11 +00:00
bin feat: add sonarr support (#5) 2022-07-18 04:57:13 +00:00
internal chore(deps): update module github.com/golangci/golangci-lint to v1.50.1 (#23) 2022-10-23 10:51:52 +00:00
.dockerignore feat(cicd): add two new pipelines responsible for pushing docker image to docker hub and Dockerfile (#7) 2022-07-19 04:48:31 +00:00
.drone.yml chore(deps): update golang docker tag (#30) 2023-02-02 11:26:07 +00:00
.envrc feat: add .drone.yml (#2) 2022-07-13 05:27:59 +00:00
.gitignore feat: add .drone.yml (#2) 2022-07-13 05:27:59 +00:00
.golangci.yml feat: add .drone.yml (#2) 2022-07-13 05:27:59 +00:00
Dockerfile chore(deps): update golang docker tag to v1.20.1 (#34) 2023-02-15 04:23:11 +00:00
go.mod chore(deps): update module github.com/stretchr/testify to v1.8.1 (#24) 2022-12-21 12:33:44 +00:00
go.sum chore(deps): update module github.com/stretchr/testify to v1.8.1 (#24) 2022-12-21 12:33:44 +00:00
main.go feat: add radarr support (#9) 2022-07-20 05:14:22 +00:00
manifest.tmpl refactor: use local registry instead of docker hub 2022-09-05 05:38:33 +02:00
renovate.json Configure Renovate (#3) 2022-07-16 07:37:05 +00:00