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 9d7c043f47
continuous-integration/drone/push Build is passing Details
chore(deps): update module github.com/golangci/golangci-lint to v1.47.3 (#10)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | require | patch | `v1.47.2` -> `v1.47.3` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint</summary>

### [`v1.47.3`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1473)

[Compare Source](https://github.com/golangci/golangci-lint/compare/v1.47.2...v1.47.3)

1.  updated linters:
    -   remove some go1.18 limitations
    -   `asasalint`: from 0.0.10 to 0.0.11
    -   `decorder`: from 0.2.2 to v0.2.3
    -   `gci`: fix panic with invalid configuration option
    -   `gci`: from 0.4.3 to v0.5.0
    -   `go-exhaustruct`: from 2.2.0 to 2.2.2
    -   `gomodguard`: from 1.2.3 to 1.2.4
    -   `nosnakecase`: from 1.5.0 to 1.7.0
    -   `honnef.co/go/tools`: from 0.3.2 to v0.3.3
2.  misc
    -   cgo: fix linters ignoring CGo files

</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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #10
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-02 04:18:50 +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.47.3 (#10) 2022-08-02 04:18:50 +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 module github.com/golangci/golangci-lint to v1.47.2 (#8) 2022-07-22 05:32:26 +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 dependency golang to v1.18.5 (#11) 2022-08-02 04:18:34 +00:00
go.mod feat: add sonarr support (#5) 2022-07-18 04:57:13 +00:00
go.sum feat: add sonarr support (#5) 2022-07-18 04:57:13 +00:00
main.go feat: add radarr support (#9) 2022-07-20 05:14:22 +00:00
manifest.tmpl 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
renovate.json Configure Renovate (#3) 2022-07-16 07:37:05 +00:00