Compare commits

..

4 Commits

Author SHA1 Message Date
fe7aa8d879 add jmakdah2 and moosemower as maintainers
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2026-05-11 16:37:01 -07:00
c82a68bb97 Merge pull request 'chore: Configure Renovate' (#22) from renovate/configure into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #22
2026-03-16 09:15:13 +00:00
2a635edeed chore: publish 5.2.0+v3.0.20 release
Some checks failed
continuous-integration/drone/push Build is failing
Note: this upgrade incorporates the fix for Loomio edit issue (https://github.com/loomio/loomio/issues/11903)
Reviewed-on: https://git.coopcloud.tech/coop-cloud/loomio/pulls/23
Reviewed-by: ammaratef45 <ammaratef45@proton.me>
Co-authored-by: Jackie Makdah <jackiemak22@proton.me>
Co-committed-by: Jackie Makdah <jackiemak22@proton.me>
2026-03-13 01:05:20 +00:00
6c8e4706f1 Add renovate.json
Some checks failed
continuous-integration/drone/pr Build is failing
2026-03-10 19:21:45 +00:00
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
name: "Loomio pull request template"
about: "Loomio pull request template"
---
<!--
Thank you for doing recipe maintenance work!
Please mark all checklist items which are relevant for your changes.
Please remove the checklist items which are not relevant for your changes.
Feel free to remove this comment.
-->
* [ ] I have deployed and tested my changes
* [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash)
* [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes)
* [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)

32
MAINTENANCE.md Normal file
View File

@ -0,0 +1,32 @@
# Loomio Recipe Maintenance
All contributions should be made via a pull request. This is to ensure a
certain quality and consistency, that others can rely on.
## Maintainer Responsibilities
A recipe maintainer has the following responsibilities:
- Respond to pull requests / issues within a week
- Make image security updates within a day
- Make image patch / minor updates within a week
- Make image major updates within a month
In order to fullfill these responsibilities a recipe maintainer:
- Has to watch the repository (to get notifications)
- Needs to make sure renovate is configured properly
## Pull Requests
A pull request can be merged if it is approved by at least one maintainer. For
pull requests opened by a maintainer they need to be approved by another
maintainer. Even though it is okay to merge a pull request with one approval, it
is always better if all maintainers looked at the pull request and approved it.
## Become a maintainer
Everyone can apply to be a recipe maintainer:
1. Watch the repository to always get updates
2. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change.
3. Once the pull request gets merged you will be added to the [loomio maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/loomio-maintainers).

View File

@ -3,6 +3,7 @@
"Loomio is a collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them. To find out more, visit Loomio.org."
<!-- metadata -->
* **Maintainer**: [@jmakdah2](https://git.coopcloud.tech/jmakdah2)[@moosemower](https://git.coopcloud.tech/moosemower)
* **Category**: Apps
* **Status**: 3, work-in-progress
* **Image**: [`loomio/*`](https://hub.docker.com/r/loomio), 4, upstream

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}