Repository that hold Woodpecker CI workflows Pandora organization
Find a file
renovate-bot 9f4afeaa29 Update all dependencies (#33)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [code.thinkaboutit.tech/pandora/go.mirror](https://code.thinkaboutit.tech/pandora/assing-package.woodpecker) | patch | `1.1.23` → `1.1.24` |
| [code.thinkaboutit.tech/pandora/renovate.woodpecker](https://code.thinkaboutit.tech/pandora/renovate.woodpecker) ([source](https://github.com/chainguard-images/images/tree/HEAD/images/wolfi-base)) | patch | `1.1.9` → `1.1.10` |

---

### Configuration

📅 **Schedule**: (UTC)

- 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjYuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #33
2026-06-18 11:55:56 +00:00
workflows Update all dependencies (#33) 2026-06-18 11:55:56 +00:00
README.md initial commit 2026-05-24 22:48:14 +02:00
renovate.json Add renovate.json 2026-05-24 20:53:42 +00:00

Woodpecker Configuration Server

Woodpecker CI has an ability to use a server as external configuration server, see in document. This application start an endpoint that can receive signal from Woodpecker server and respond accordingly.

Structure of workflows

My repositories are organized with a unique suffix, for example:

  • foo.goapp: This is an application written in Go
  • foo.gopack: Package for Go project
  • foo.woodpecker: Woodpecker CI configuration

The workflows can be found in the workflows directory. Each directory is checked as suffix. The directory contains further directories which are events. And those directories contains the workflows.