0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-09-19 15:12:47 +02:00
Woodpecker CI plugin to send messages to Matrix
Go to file
renovate[bot] 79ac96475c
chore(deps): update dependency golangci/golangci-lint to v1.60.3 (#150)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)
| patch | `v1.60.1` -> `v1.60.3` |

---

### Release Notes

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

###
[`v1.60.3`](https://togithub.com/golangci/golangci-lint/compare/v1.60.2...v1.60.3)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.2...v1.60.3)

###
[`v1.60.2`](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/thegeeklab/wp-matrix).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-26 05:05:27 +00:00
.github fix docs url 2023-08-29 09:10:45 +02:00
.gitsv use uppercase title for breaking changes in changelog 2023-10-28 22:59:50 +02:00
.woodpecker ci: fix notification step 2024-08-07 20:57:52 +02:00
cmd/wp-matrix refactor: switch to plugin Cmd and add tests (#110) 2024-05-10 08:42:59 +02:00
docs chore: rename roomid to room_id to harmonize parameters (#142) 2024-08-07 20:38:54 +02:00
internal/doc chore: migrate to wp-plugin-go v3 (#116) 2024-05-17 21:50:20 +02:00
matrix refactor: use dedicated matrix package (#111) 2024-05-11 10:25:15 +02:00
plugin chore: rename roomid to room_id to harmonize parameters (#142) 2024-08-07 20:38:54 +02:00
.dictionary fix: use pipeline link in default template 2023-08-16 00:30:39 +02:00
.gitignore chore: cleanup docs (#74) 2024-01-03 23:04:03 +01:00
.golangci.yml ci: fix golangci-lint deprecations 2024-05-12 11:08:26 +02:00
.lycheeignore ci: exclude dockerhub from linkcheck due to rate limiting 2023-12-05 11:24:32 +01:00
.markdownlint.yml refactor: apply repo structure after fork 2021-09-13 23:00:00 +02:00
.mockery.yaml refactor: use dedicated matrix package (#111) 2024-05-11 10:25:15 +02:00
.prettierignore refactor: initial commit after rewrite to woodpecker 2023-08-16 00:15:24 +02:00
Containerfile.multiarch chore(docker): update docker.io/library/golang:1.22 docker digest to 367bb52 (#147) 2024-08-16 03:39:40 +00:00
CONTRIBUTING.md fix bare url in contribution file (#141) 2023-05-03 11:51:05 +02:00
go.mod fix(deps): update module github.com/urfave/cli/v2 to v2.27.4 (#144) 2024-08-12 08:35:03 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.27.4 (#144) 2024-08-12 08:35:03 +02:00
LICENSE chore: end of the year maintenance 2021-12-21 10:54:57 +01:00
Makefile chore(deps): update dependency golangci/golangci-lint to v1.60.3 (#150) 2024-08-26 05:05:27 +00:00
README.md fix docs url 2023-08-29 09:10:45 +02:00
renovate.json refactor: apply repo structure after fork 2021-09-13 23:00:00 +02:00

wp-matrix

Woodpecker CI plugin to send messages to Matrix

Build Status Docker Hub Quay.io Go Report Card GitHub contributors Source: GitHub License: Apache-2.0

Woodpecker CI plugin to send messages to a Matrix room. You can find the full documentation at https://woodpecker-plugins.geekdocs.de.

Contributors

Special thanks to all contributors. If you would like to contribute, please see the instructions.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.