t.behrendt
6000bf3600
ci: test golang config ( #82 )
...
CD / Release (push) Successful in 45s
Reviewed-on: #82
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Co-committed-by: t.behrendt <t.behrendt@t00n.de >
2026-07-01 07:23:08 +02:00
t.behrendt
a69e76a3bb
feat: allow automerge of actions/cache v6 ( #81 )
...
CD / Release (push) Successful in 5s
Reviewed-on: #81
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Co-committed-by: t.behrendt <t.behrendt@t00n.de >
2026-07-01 07:09:08 +02:00
renovate-bot
c3ee51c12a
chore(deps): update dependency oxfmt to v0.56.0 ( #80 )
...
CD / Release (push) Successful in 4s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [oxfmt](https://oxc.rs/docs/guide/usage/formatter ) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt )) | [`0.55.0` → `0.56.0`](https://renovatebot.com/diffs/npm/oxfmt/0.55.0/0.56.0 ) |  |  |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxfmt)</summary>
### [`v0.56.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.55.0...oxfmt_v0.56.0 )
[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.55.0...oxfmt_v0.56.0 )
</details>
---
### 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.
🔕 **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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #80
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-30 21:30:46 +02:00
renovate-bot
d5b09d13d0
chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.13 ( #79 )
...
CD / Release (push) Successful in 27s
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-27 14:17:00 +02:00
renovate-bot
d1f0230ae6
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.8 ( #77 )
...
CD / Release (push) Successful in 5s
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-26 06:11:14 +02:00
t.behrendt
8250869fd3
fix: allow actions/checkout v7 upgrade ( #76 )
...
CD / Release (push) Successful in 4s
Reviewed-on: #76
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-25 20:09:24 +02:00
t.behrendt
90885cbb52
feat: allow automerge of actions/checkout v7 ( #75 )
...
CD / Release (push) Successful in 5s
Reviewed-on: #75
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Co-committed-by: t.behrendt <t.behrendt@t00n.de >
2026-06-25 17:51:49 +02:00
t.behrendt
0addf3f7a0
fix: bundling of bun version and docker version ( #74 )
...
CD / Release (push) Successful in 21s
Reviewed-on: #74
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-21 19:10:00 +02:00
renovate-bot
c51a96d46e
chore(deps): update dependency bun to v1.3.14 ( #71 )
...
CD / Release (push) Successful in 5s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | `1.3.11` → `1.3.14` |  |  |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.14`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.14 ): Bun v1.3.14
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.13...bun-v1.3.14 )
To install Bun v1.3.14
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.14:
```bash
bun upgrade
```
#### [Read Bun v1.3.14's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.14 )
##### Thanks to 11 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​carlsmedstad](https://github.com/carlsmedstad )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​coleleavitt](https://github.com/coleleavitt )
- [@​djs5008](https://github.com/djs5008 )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​ig-ant](https://github.com/ig-ant )
- [@​Jarred-Sumner](https://github.com/Jarred-Sumner )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
### [`v1.3.13`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.13 ): Bun v1.3.13
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.12...bun-v1.3.13 )
To install Bun v1.3.13
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.13:
```bash
bun upgrade
```
##### [Read Bun v1.3.13's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.13 )
##### Thanks to 8 contributors!
- [@​alii](https://github.com/alii )
- [@​ant-kurt](https://github.com/ant-kurt )
- [@​chrislloyd](https://github.com/chrislloyd )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
### [`v1.3.12`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.12 ): Bun v1.3.12
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.11...bun-v1.3.12 )
To install Bun v1.3.12
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.12:
```bash
bun upgrade
```
##### [Read Bun v1.3.12's release notes on Bun's blog](https://bun.sh/blog/bun-v1.3.12 )
##### Thanks to 8 contributors!
- [@​alii](https://github.com/alii )
- [@​ant-kurt](https://github.com/ant-kurt )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​gameroman](https://github.com/gameroman )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
</details>
---
### 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.
🔕 **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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #71
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 19:08:30 +02:00
t.behrendt
14c5432b26
feat: add labels ( #73 )
...
CD / Release (push) Successful in 24s
Reviewed-on: #73
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-21 19:00:36 +02:00
renovate-bot
ffdc3468a4
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.39 ( #62 )
...
CD / Release (push) Successful in 5s
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 17:56:04 +02:00
renovate-bot
5566f6e4c8
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.7 ( #72 )
...
CD / Release (push) Successful in 5s
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 17:40:44 +02:00
t.behrendt
686ef21e0e
ci: add formatter ( #70 )
...
CD / Release (push) Successful in 5s
Reviewed-on: #70
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-21 17:36:23 +02:00
renovate-bot
0afa3391bd
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.6 ( #61 )
...
CD / Release (push) Successful in 27s
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 17:29:09 +02:00
t.behrendt
229212cb6e
fix: handling of private package in action automerge and disabling of minAge ( #69 )
...
CD / Release (push) Successful in 5s
Reviewed-on: #69
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-21 16:59:14 +02:00
renovate-bot
49996d1108
chore(deps): update actions/checkout action to v7 ( #65 )
...
CD / Release (push) Successful in 5s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v6.0.3` → `v7.0.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v7.0.0`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700 )
[Compare Source](https://github.com/actions/checkout/compare/v6.0.3...v7.0.0 )
- Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://github.com/aiqiaoy ) in [#​2454](https://github.com/actions/checkout/pull/2454 )
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2458](https://github.com/actions/checkout/pull/2458 )
- Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2460](https://github.com/actions/checkout/pull/2460 )
- Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2461](https://github.com/actions/checkout/pull/2461 )
- Bump [@​actions/core](https://github.com/actions/core ) and [@​actions/tool-cache](https://github.com/actions/tool-cache ) and Remove uuid by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2459](https://github.com/actions/checkout/pull/2459 )
- upgrade module to esm and update dependencies by [@​aiqiaoy](https://github.com/aiqiaoy ) in [#​2463](https://github.com/actions/checkout/pull/2463 )
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2462](https://github.com/actions/checkout/pull/2462 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #65
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-20 21:29:41 +02:00
t.behrendt
78ad0f0588
fix: ignore min age for internal deps ( #68 )
...
CD / Release (push) Successful in 23s
Reviewed-on: #68
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-20 21:28:46 +02:00
t.behrendt
f8788986cb
feat(sec): add vulnerabilities to dashboard ( #67 )
...
CD / Release (push) Successful in 28s
Reviewed-on: #67
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-20 21:22:00 +02:00
t.behrendt
444178a987
feat(sec): add sec label and allow automerge ( #66 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #66
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-20 21:02:06 +02:00
t.behrendt
18683271ea
feat(sec): enable vulnerability alerts ( #64 )
...
CD / Release (push) Successful in 28s
Reviewed-on: #64
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-20 20:18:36 +02:00
t.behrendt
b4939f348d
feat(actions): allow automerge of certain actions ( #63 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #63
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-20 19:26:31 +02:00
renovate-bot
57c07b187f
chore(deps): update actions/checkout action to v6.0.3 ( #60 )
...
CD / Release (push) Successful in 5s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | patch | `v6.0.2` → `v6.0.3` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v6.0.3`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603 )
[Compare Source](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3 )
- Fix checkout init for SHA-256 repositories by [@​yaananth](https://github.com/yaananth ) in [#​2439](https://github.com/actions/checkout/pull/2439 )
- fix: expand merge commit SHA regex and add SHA-256 test cases by [@​yaananth](https://github.com/yaananth ) in [#​2414](https://github.com/actions/checkout/pull/2414 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #60
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-13 12:10:36 +02:00
renovate-bot
2f62fcb133
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.35 ( #59 )
...
CD / Release (push) Successful in 18s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.32` → `0.1.35` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.35`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.34...0.1.35 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.34...0.1.35 )
### [`v0.1.34`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.33...0.1.34 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.33...0.1.34 )
### [`v0.1.33`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.32...0.1.33 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.32...0.1.33 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #59
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-08 19:54:09 +02:00
renovate-bot
33775370fa
chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.12 ( #58 )
...
CD / Release (push) Successful in 18s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ) | action | patch | `0.1.11` → `0.1.12` |
---
### Release Notes
<details>
<summary>t.behrendt/validate-json-by-json-schema-action (https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action )</summary>
### [`v0.1.12`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.11...0.1.12 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.11...0.1.12 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #58
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-05-19 15:23:17 +02:00
renovate-bot
33bf5ccc6d
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.4 ( #57 )
...
CD / Release (push) Successful in 6s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.2.3` → `0.2.4` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.4`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.3...0.2.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.3...0.2.4 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #57
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-05-09 21:02:54 +02:00
renovate-bot
bd1feeac99
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.3 ( #55 )
...
CD / Release (push) Successful in 20s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.2.2` → `0.2.3` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.3`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.2...0.2.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.2...0.2.3 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #55
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-04-28 17:02:12 +02:00
renovate-bot
69de291373
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.32 ( #56 )
...
CD / Release (push) Successful in 18s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.31` → `0.1.32` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.32`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.31...0.1.32 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.31...0.1.32 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #56
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-04-28 17:01:47 +02:00
renovate-bot
e358cfd27e
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.31 ( #54 )
...
CD / Release (push) Successful in 15s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.30` → `0.1.31` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.31`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.30...0.1.31 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.30...0.1.31 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #54
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-04-20 08:48:36 +02:00
t.behrendt
696b64b9f9
fix(bun-npm): bun version grouping ( #52 )
...
CD / Release (push) Successful in 5s
Reviewed-on: #52
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-03-27 20:28:55 +01:00
renovate-bot
ddad8bc565
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.2 ( #47 )
...
CD / Release (push) Successful in 5s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.2.1` → `0.2.2` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.2`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.1...0.2.2 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.1...0.2.2 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #47
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-03-27 19:23:28 +01:00
t.behrendt
6781891bd4
fix: ignore minimumReleaseAge for first party deps ( #51 )
...
CD / Release (push) Successful in 1m29s
Reviewed-on: #51
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-03-27 19:17:45 +01:00
renovate-bot
f8486c03f5
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.30 ( #48 )
...
CD / Release (push) Successful in 6s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.29` → `0.1.30` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.30`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.29...0.1.30 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.29...0.1.30 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #48
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-03-26 21:37:05 +01:00
renovate-bot
f898e39386
chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.11 ( #49 )
...
CD / Release (push) Has been cancelled
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ) | action | patch | `0.1.10` → `0.1.11` |
---
### Release Notes
<details>
<summary>t.behrendt/validate-json-by-json-schema-action (https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action )</summary>
### [`v0.1.11`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.10...0.1.11 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.10...0.1.11 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #49
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-03-26 21:36:55 +01:00
t.behrendt
7b803e198a
feat: add bun/npm support ( #50 )
...
CD / Release (push) Successful in 7s
Adding support for bun/npm.
1. Groups minor & patch updates together
2. Groups Bun version and docker version updates together.
Reviewed-on: #50
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-03-26 21:34:49 +01:00
renovate-bot
b71587b1c6
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.1 ( #46 )
...
CD / Release (push) Successful in 12s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | minor | `0.1.5` → `0.2.1` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.1`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.0...0.2.1 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.0...0.2.1 )
### [`v0.2.0`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.7...0.2.0 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.7...0.2.0 )
### [`v0.1.7`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.6...0.1.7 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.6...0.1.7 )
### [`v0.1.6`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.5...0.1.6 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.5...0.1.6 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #46
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-03-15 22:02:35 +01:00
renovate-bot
6bee3bd9b7
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.5 ( #44 )
...
CD / Release (push) Successful in 5s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.1.4` → `0.1.5` | `0.2.1` (+3) |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.5`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.4...0.1.5 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.4...0.1.5 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #44
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-27 19:11:39 +01:00
renovate-bot
f49e81afc3
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.29 ( #45 )
...
CD / Release (push) Successful in 6s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.28` → `0.1.29` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.29`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.28...0.1.29 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.28...0.1.29 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #45
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-27 19:10:03 +01:00
renovate-bot
56679b3d3c
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.28 ( #43 )
...
CD / Release (push) Successful in 6s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.27` → `0.1.28` | `0.1.29` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.28`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.27...0.1.28 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.27...0.1.28 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #43
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-24 20:02:09 +01:00
renovate-bot
2c04f0253f
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.27 ( #42 )
...
CD / Release (push) Successful in 30s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.26` → `0.1.27` | `0.1.29` (+1) |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.27`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.26...0.1.27 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.26...0.1.27 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #42
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-22 12:52:35 +01:00
renovate-bot
eced16421c
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.4 ( #41 )
...
CD / Release (push) Successful in 14s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.1.3` → `0.1.4` | `0.1.5` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.4`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.3...0.1.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.3...0.1.4 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #41
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-22 12:21:13 +01:00
renovate-bot
1317ec400e
chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.10 ( #40 )
...
CD / Release (push) Successful in 24s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ) | action | patch | `0.1.9` → `0.1.10` |
---
### Release Notes
<details>
<summary>t.behrendt/validate-json-by-json-schema-action (https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action )</summary>
### [`v0.1.10`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.9...0.1.10 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.9...0.1.10 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #40
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-20 21:14:52 +01:00
renovate-bot
5e86165d0a
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.26 ( #31 )
...
CD / Release (push) Successful in 7s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.24` → `0.1.26` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.26`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.25...0.1.26 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.25...0.1.26 )
### [`v0.1.25`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.24...0.1.25 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.24...0.1.25 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #31
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-15 11:54:03 +01:00
renovate-bot
35523116ca
chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.9 ( #37 )
...
CD / Release (push) Successful in 15s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action ) | action | patch | `0.1.2` → `0.1.9` | `0.1.10` |
---
### Release Notes
<details>
<summary>t.behrendt/validate-json-by-json-schema-action (https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action )</summary>
### [`v0.1.9`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.8...0.1.9 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.8...0.1.9 )
### [`v0.1.8`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.7...0.1.8 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.7...0.1.8 )
### [`v0.1.7`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.6...0.1.7 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.6...0.1.7 )
### [`v0.1.6`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.5...0.1.6 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.5...0.1.6 )
### [`v0.1.5`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.4...0.1.5 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.4...0.1.5 )
### [`v0.1.4`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.3...0.1.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.3...0.1.4 )
### [`v0.1.3`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.2...0.1.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.2...0.1.3 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #37
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-15 11:53:42 +01:00
renovate-bot
dcb2ebcf45
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.3 ( #28 )
...
CD / Release (push) Successful in 7s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.1.0` → `0.1.3` | `0.1.4` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.3`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.2...0.1.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.2...0.1.3 )
### [`v0.1.2`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.1...0.1.2 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.1...0.1.2 )
### [`v0.1.1`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.0...0.1.1 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.0...0.1.1 )
</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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDMuNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #28
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-15 11:53:26 +01:00
t.behrendt
e425132e54
ci: pin varios actions to a proper semver version ( #39 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #39
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-14 19:05:25 +01:00
t.behrendt
e8e303565a
fix: fix internal package name regex and field and remove package groups ( #38 )
...
CD / Release (push) Successful in 6s
Dropping the "matchManagers" as we actually want to match anything, regardless of manager.
Also fixing the regex, wasn't valid before.
Also renaming the "matchPackagePatterns" to "matchPackageNames" as the previous value isn't supported anymore..
Since it's JSON, renovate needs the regex to be quoted. See example:
```json
{
"packageRules": [
{
"matchDatasources": ["npm"],
"matchPackageNames": ["/^angular/"],
"groupName": "Angular"
}
]
}
```
Reviewed-on: #38
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-14 12:57:41 +01:00
t.behrendt
cd91321c5b
feat: chage minimumReleaseAgeBehaviour to strict ( #36 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #36
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Co-committed-by: t.behrendt <t.behrendt@t00n.de >
2026-02-10 08:25:57 +01:00
t.behrendt
99a56f3e9b
fix: minimum release age ( #35 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #35
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-09 19:53:01 +01:00
t.behrendt
5d76d05b5d
feat: add minimumReleaseAge for all deps ( #34 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #34
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-09 19:43:56 +01:00