Compare commits

..

31 Commits

Author SHA1 Message Date
t.behrendt 927bbdf147 refactor: rename docker-compose -> docker
CI / Test (common.json) (pull_request) Successful in 5s
CI / Test (bun-npm.json) (pull_request) Successful in 5s
CI / Test (action.json) (pull_request) Successful in 11s
CI / Test (docker-compose.json) (pull_request) Successful in 5s
CI / Test (docker.json) (pull_request) Successful in 4s
CI / Test (helm.json) (pull_request) Successful in 4s
CI / Test (k8s.json) (pull_request) Successful in 4s
CI / Test (npm.json) (pull_request) Successful in 4s
CI / Test (golang.json) (pull_request) Successful in 13s
CI / Test (actions.json) (pull_request) Successful in 27s
CI / Format (pull_request) Successful in 5s
2026-07-09 07:29:11 +02:00
t.behrendt 5212f3a0d5 refactor: rename bun-npm -> npm 2026-07-09 07:28:12 +02:00
t.behrendt 5696d59376 refactor: rename action -> actions 2026-07-09 07:25:37 +02:00
t.behrendt 6b08a48463 ci(renovate): add npm config (#91)
CD / Release (push) Successful in 6s
Reviewed-on: #91
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-07 18:17:03 +02:00
renovate-bot a1ef9ead12 chore(deps): update dependency oxfmt to v0.58.0 (#89)
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.56.0` → `0.58.0`](https://renovatebot.com/diffs/npm/oxfmt/0.56.0/0.58.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxfmt/0.58.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxfmt/0.56.0/0.58.0?slim=true) |

---

### Release Notes

<details>
<summary>oxc-project/oxc (oxfmt)</summary>

### [`v0.58.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.57.0...oxfmt_v0.58.0)

[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.57.0...oxfmt_v0.58.0)

### [`v0.57.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.56.0...oxfmt_v0.57.0)

[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.56.0...oxfmt_v0.57.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: #89
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-07-07 18:00:55 +02:00
t.behrendt c614d01ab6 fix: skip minimum release age for internal docker deps (#90)
CD / Release (push) Successful in 4s
Should resolve #88

Docker images have the registry as part of the package name, therefore the current pattern didn't match them.

Reviewed-on: #90
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2026-07-07 06:53:15 +02:00
t.behrendt 01263a09d5 ci(k8s): rework backupsidecar replacement (#87)
CD / Release (push) Successful in 4s
Reviewed-on: #87
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-02 20:33:08 +02:00
t.behrendt bc6f6c7057 feat(k8s): replace backupsidecar digest with proper version (#86)
CD / Release (push) Successful in 22s
Reviewed-on: #86
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-02 20:02:00 +02:00
t.behrendt 97ffdb95d3 feat(action): allow grouping of all minor patch bumps (#84)
CD / Release (push) Successful in 4s
Reviewed-on: #84
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2026-07-02 12:04:35 +02:00
t.behrendt de46a0e5d9 fix(action): set registry url for internal deps (#83)
CD / Release (push) Successful in 4s
Adding a registry for internal deps so that they can be differentiated from other registries.

Reviewed-on: #83
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2026-07-01 07:38:43 +02:00
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxfmt/0.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxfmt/0.55.0/0.56.0?slim=true) |

---

### 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` | ![age](https://developer.mend.io/api/mc/badges/age/npm/bun/1.3.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun/1.3.11/1.3.14?slim=true) |

---

### 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!

- [@&#8203;190n](https://github.com/190n)
- [@&#8203;alii](https://github.com/alii)
- [@&#8203;carlsmedstad](https://github.com/carlsmedstad)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;coleleavitt](https://github.com/coleleavitt)
- [@&#8203;djs5008](https://github.com/djs5008)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;ig-ant](https://github.com/ig-ant)
- [@&#8203;Jarred-Sumner](https://github.com/Jarred-Sumner)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;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!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;ant-kurt](https://github.com/ant-kurt)
- [@&#8203;chrislloyd](https://github.com/chrislloyd)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;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!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;ant-kurt](https://github.com/ant-kurt)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;gameroman](https://github.com/gameroman)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;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 [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2458](https://github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2460](https://github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2461](https://github.com/actions/checkout/pull/2461)
- Bump [@&#8203;actions/core](https://github.com/actions/core) and [@&#8203;actions/tool-cache](https://github.com/actions/tool-cache) and Remove uuid by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2459](https://github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2463](https://github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;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
19 changed files with 299 additions and 47 deletions
+1
View File
@@ -0,0 +1 @@
1.3.14
+1
View File
@@ -5,3 +5,4 @@ end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
max_line_length = 80
+3 -3
View File
@@ -11,15 +11,15 @@ jobs:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag
id: tag id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@b8806ee0141a44be30e8734dff15001361be100c # 0.1.35 uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+18 -2
View File
@@ -11,14 +11,30 @@ jobs:
matrix: matrix:
json-file: json-file:
- "action.json" - "action.json"
- "actions.json"
- "k8s.json" - "k8s.json"
- "helm.json" - "helm.json"
- "common.json" - "common.json"
- "docker-compose.json" - "docker-compose.json"
- "docker.json"
- "bun-npm.json" - "bun-npm.json"
- "npm.json"
- "golang.json"
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Validate "${{ matrix.json-file }}" - name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@30070f7f9c7376fd87998980078688f61cecda59 # 0.1.13
with: with:
json-file: "./${{ matrix.json-file }}" json-file: "./${{ matrix.json-file }}"
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version-file: ".bun-version"
- run: bun install --frozen-lockfile
- name: Check formatting
run: bun run fmt:check
+2
View File
@@ -0,0 +1,2 @@
# dependencies (bun install)
node_modules
+4
View File
@@ -0,0 +1,4 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": []
}
+1 -7
View File
@@ -1,10 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common", "helpers:pinGitHubActionDigests"], "extends": ["local>t.behrendt/actions"]
"packageRules": [
{
"matchManagers": ["github-actions"],
"addLabels": ["deps", "action"]
}
]
} }
+79
View File
@@ -0,0 +1,79 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"matchManagers": ["github-actions"],
"addLabels": ["deps", "action"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "actions"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"actions/checkout",
"actions/cache",
"actions/cache/*",
"actions/setup-go",
"azure/setup-kubectl",
"azure/setup-helm",
"azure/k8s-set-context",
"azure/k8s-create-secret",
"azure/k8s-deploy",
"azure/k8s-lint",
"helmfile/helmfile-action",
"docker/setup-buildx-action",
"docker/login-action",
"docker/build-push-action",
"oven-sh/setup-bun"
],
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"t.behrendt/actions",
"t.behrendt/actions/*",
"t.behrendt/conventional-semantic-git-tag-increment",
"t.behrendt/k_deploy_workflows",
"t.behrendt/validate-json-by-json-schema-action"
],
"matchRegistryUrls": ["https://gitea.t000-n.de/**"],
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7.0.0",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/cache"],
"matchNewValue": "v6.0.0",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
}
]
}
+1 -17
View File
@@ -1,20 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"], "extends": ["local>t.behrendt/renovate-configs:npm"]
"packageRules": [
{
"description": "Group all minor and patch updates together",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["npm", "bun"]
},
{
"description": "Group Bun releases",
"groupName": "bun version",
"groupSlug": "bun-version",
"matchDatasources": ["github-tags", "docker"],
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
}
]
} }
+55
View File
@@ -0,0 +1,55 @@
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "renovate-configs",
"devDependencies": {
"oxfmt": "0.58.0",
},
},
},
"packages": {
"@oxfmt/binding-android-arm-eabi": ["@oxfmt/binding-android-arm-eabi@0.58.0", "", { "os": "android", "cpu": "arm" }, "sha512-Uz62sHduGGPftXtILGyxdSW4PX82rUg+rfdNqhsgxe881g4rIoXlIqmZQ6HVKcF4f+F8qMhdD03Bx5u7gmeTdg=="],
"@oxfmt/binding-android-arm64": ["@oxfmt/binding-android-arm64@0.58.0", "", { "os": "android", "cpu": "arm64" }, "sha512-rD0lRaJp1b+9vw6X4A2dJWKukd6X8yxiicN4JxXcXayolmUypRZxk+lKR+fVOu5q/iYc0fh5fR4bgmfOfVlbaA=="],
"@oxfmt/binding-darwin-arm64": ["@oxfmt/binding-darwin-arm64@0.58.0", "", { "os": "darwin", "cpu": "arm64" }, "sha512-uzbPPk7O6M+w2K65vcQ1woga3wgP8zghjL1KOG5b6qJ8dvYHZJ1VShaslg2KOK6yQIwCQtcMCXqLBM6sqXUNTg=="],
"@oxfmt/binding-darwin-x64": ["@oxfmt/binding-darwin-x64@0.58.0", "", { "os": "darwin", "cpu": "x64" }, "sha512-L0nKYDxU32oxeQqJj21W9SlIMnf81VZEhyah6iDvFhf5q0oynq498Fopth7blErUJVBpVtxQ98RMCfMPqpJX6w=="],
"@oxfmt/binding-freebsd-x64": ["@oxfmt/binding-freebsd-x64@0.58.0", "", { "os": "freebsd", "cpu": "x64" }, "sha512-woNwfD58dC5PGS9LSLSD5JYfo/EFK5iG9vhDWkcCg3q78ag7KC8bpDqgvPHrMoXpx83OLXxoSOhu6z8FsVTHlg=="],
"@oxfmt/binding-linux-arm-gnueabihf": ["@oxfmt/binding-linux-arm-gnueabihf@0.58.0", "", { "os": "linux", "cpu": "arm" }, "sha512-Sqs8nMLxuQpY21NKJ1u4stPDmO5hskBCNNh2E3AdCfI1QqWtf4m+Qn4mGEIUO4KGmuq3SWc/SZ80uy5IiwTCDw=="],
"@oxfmt/binding-linux-arm-musleabihf": ["@oxfmt/binding-linux-arm-musleabihf@0.58.0", "", { "os": "linux", "cpu": "arm" }, "sha512-Vd4exzBI5B5hB9m22JiTQzIL23WvHo/Pe+sNXPNeBLXSP9swCBPKCEBRwKpmpQzYhlgYaCgfPcGXPKAJBRIiZQ=="],
"@oxfmt/binding-linux-arm64-gnu": ["@oxfmt/binding-linux-arm64-gnu@0.58.0", "", { "os": "linux", "cpu": "arm64" }, "sha512-bUWi5mHV+4Vi56RLHE1h6q/HHfwAIT3XoB9vJAVeRzfu5NriXM8y6eeJu0vlKa0C9kq2rq1sOWRClhdLHPocrg=="],
"@oxfmt/binding-linux-arm64-musl": ["@oxfmt/binding-linux-arm64-musl@0.58.0", "", { "os": "linux", "cpu": "arm64" }, "sha512-2ZHxemzgHcjtktAuVUwSoyXmGo/t+aF5tS1ciPpPei4rhSyrz3JOqDosXXrmhN/yLUSzJjtuW7ToTWqfQpCj2w=="],
"@oxfmt/binding-linux-ppc64-gnu": ["@oxfmt/binding-linux-ppc64-gnu@0.58.0", "", { "os": "linux", "cpu": "ppc64" }, "sha512-AwKkVwjVmFQ3bcO7j0McGYAqCKH2a326fswfofng/E8VewCT/raeeGQr4huVhY704deK8AWASSTlxzMj0eZc6Q=="],
"@oxfmt/binding-linux-riscv64-gnu": ["@oxfmt/binding-linux-riscv64-gnu@0.58.0", "", { "os": "linux", "cpu": "none" }, "sha512-xsRpTxfUnJF8D3AUKko/qyWdjw4GZVHlCVFuGlzSCTeewLmykKINW8em1+wx+axsDVtJJcMtvsiaXggXxrlHgw=="],
"@oxfmt/binding-linux-riscv64-musl": ["@oxfmt/binding-linux-riscv64-musl@0.58.0", "", { "os": "linux", "cpu": "none" }, "sha512-Z4AYOTcy7nYEIiXwD62PlerimyYRcfJOgUbQAEBjXz098kxKuERBlRntofGy69HHhe9E0TLVNMl1yspVNu+efw=="],
"@oxfmt/binding-linux-s390x-gnu": ["@oxfmt/binding-linux-s390x-gnu@0.58.0", "", { "os": "linux", "cpu": "s390x" }, "sha512-A3nhhtZPC/TKVWOPj9q/H3p2znJDCcHWYlJBhWL8hGq/bFmBaNBHC8Np6E581yVq1w9Mi3rMDNzDalWvtUfJtQ=="],
"@oxfmt/binding-linux-x64-gnu": ["@oxfmt/binding-linux-x64-gnu@0.58.0", "", { "os": "linux", "cpu": "x64" }, "sha512-2g+tVkgwqphw8R4hgo+kF4oz8+P5RwVOtr9+irsC7uwEp0e9j7Crw8kDGKL20uYlLPD7g02DqA61mC/UNYx98A=="],
"@oxfmt/binding-linux-x64-musl": ["@oxfmt/binding-linux-x64-musl@0.58.0", "", { "os": "linux", "cpu": "x64" }, "sha512-rc15P6AbyyB7426aN8AakLd02Trb3a6ML/mmfAQeVHJEfVofWLcWIrBdy6zDEY+DIaL/s8E4GGPboVw+oP3+EA=="],
"@oxfmt/binding-openharmony-arm64": ["@oxfmt/binding-openharmony-arm64@0.58.0", "", { "os": "none", "cpu": "arm64" }, "sha512-ZWoTM27/HYPOh9iq86DAbhPu9nXb8qKvvGU/h8OfliyVUFAMMNTLDkGsWDKKnDqIkqvZ9+dXlgUOsH1LYO3O7g=="],
"@oxfmt/binding-win32-arm64-msvc": ["@oxfmt/binding-win32-arm64-msvc@0.58.0", "", { "os": "win32", "cpu": "arm64" }, "sha512-LHZnqFXe2dEfkRI4XdZS/57nEOT/I4UCRX5IyM9v4GYW9XwQCjGe1IUK59SuKw3POwvcgWQ4pme2cYXmNqTNPg=="],
"@oxfmt/binding-win32-ia32-msvc": ["@oxfmt/binding-win32-ia32-msvc@0.58.0", "", { "os": "win32", "cpu": "ia32" }, "sha512-mZKpg20TpheCJym1rarcZCUJeW1sSruw8zAAaCYWvuVfwIUDN1CXdrPU/JgCWReXTCTrEfCB8Wyo3hh9jSZ2EA=="],
"@oxfmt/binding-win32-x64-msvc": ["@oxfmt/binding-win32-x64-msvc@0.58.0", "", { "os": "win32", "cpu": "x64" }, "sha512-N/wUU4N5PZ2orBtI+Ko7MnMfYLfE7K91UrGMY/c/pYyHR3lA9kwst1XugkZx+92YcRh/Eo+iv2eTESSWXfiZPA=="],
"oxfmt": ["oxfmt@0.58.0", "", { "dependencies": { "tinypool": "2.1.0" }, "optionalDependencies": { "@oxfmt/binding-android-arm-eabi": "0.58.0", "@oxfmt/binding-android-arm64": "0.58.0", "@oxfmt/binding-darwin-arm64": "0.58.0", "@oxfmt/binding-darwin-x64": "0.58.0", "@oxfmt/binding-freebsd-x64": "0.58.0", "@oxfmt/binding-linux-arm-gnueabihf": "0.58.0", "@oxfmt/binding-linux-arm-musleabihf": "0.58.0", "@oxfmt/binding-linux-arm64-gnu": "0.58.0", "@oxfmt/binding-linux-arm64-musl": "0.58.0", "@oxfmt/binding-linux-ppc64-gnu": "0.58.0", "@oxfmt/binding-linux-riscv64-gnu": "0.58.0", "@oxfmt/binding-linux-riscv64-musl": "0.58.0", "@oxfmt/binding-linux-s390x-gnu": "0.58.0", "@oxfmt/binding-linux-x64-gnu": "0.58.0", "@oxfmt/binding-linux-x64-musl": "0.58.0", "@oxfmt/binding-openharmony-arm64": "0.58.0", "@oxfmt/binding-win32-arm64-msvc": "0.58.0", "@oxfmt/binding-win32-ia32-msvc": "0.58.0", "@oxfmt/binding-win32-x64-msvc": "0.58.0" }, "peerDependencies": { "svelte": "^5.0.0", "vite-plus": "*" }, "optionalPeers": ["svelte", "vite-plus"], "bin": { "oxfmt": "bin/oxfmt" } }, "sha512-8feG/7NVEHDVwc1OUpP6Pks+TnaDFUw2jLLFIMi5bcmmwxAX2wBQvjSzj62RRTYBf2Op1Wt8xbkmagmPTR5ETg=="],
"tinypool": ["tinypool@2.1.0", "", {}, "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw=="],
}
}
+48 -8
View File
@@ -2,20 +2,60 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true, "dependencyDashboard": true,
"semanticCommits": "enabled", "semanticCommits": "enabled",
"extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"], "extends": [
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigests",
":configMigration",
":pinDevDependencies",
"abandonments:recommended",
":maintainLockFilesWeekly",
":semanticCommitTypeAll(chore)"
],
"packageRules": [ "packageRules": [
{ {
"description": "Don't update dependencies unless they are at least 7 days old", "description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
"matchPackageNames": ["*"], "matchPackageNames": ["!t.behrendt/**", "gitea.t000-n.de/t.behrendt/**"],
"minimumReleaseAge": "7 days", "minimumReleaseAge": "7 days",
"minimumReleaseAgeBehaviour": "timestamp-required", "minimumReleaseAgeBehaviour": "timestamp-required",
"internalChecksFilter": "strict" "internalChecksFilter": "strict"
}, },
{ {
"description": "Exempt local dependencies from the minimum release age (last rule wins over earlier packageRules for the same options)", "matchManagers": ["renovate-config"],
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"], "matchPackageNames": ["local>t.behrendt/renovate-configs:action"],
"minimumReleaseAge": "0 days", "replacementName": "local>t.behrendt/renovate-configs:actions",
"internalChecksFilter": "none" "automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["renovate-config"],
"matchPackageNames": ["local>t.behrendt/renovate-configs:bun-npm"],
"replacementName": "local>t.behrendt/renovate-configs:npm",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["renovate-config"],
"matchPackageNames": ["local>t.behrendt/renovate-configs:docker-compose"],
"replacementName": "local>t.behrendt/renovate-configs:docker",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
} }
] ],
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"vulnerabilityAlerts": {
"enabled": true,
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge", "security"],
"vulnerabilityFixStrategy": "lowest"
}
} }
+1 -7
View File
@@ -1,10 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"], "extends": ["local>t.behrendt/renovate-configs:docker"]
"docker-compose": {
"digest": {
"enabled": true
},
"addLabels": ["deps", "docker"]
}
} }
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"docker-compose": {
"digest": {
"enabled": true
},
"addLabels": ["deps", "docker"]
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [
{
"matchManagers": ["gomod"],
"addLabels": ["deps", "go"]
},
{
"matchPackageNames": ["golang", "gomod", "go"],
"groupName": "go version",
"matchUpdateTypes": ["major", "minor", "patch"]
}
]
}
+2 -1
View File
@@ -8,7 +8,8 @@
{ {
"matchManagers": ["helm-values"], "matchManagers": ["helm-values"],
"versioning": "docker", "versioning": "docker",
"separateMinorPatch": true "separateMinorPatch": true,
"addLabels": ["deps", "helm"]
} }
], ],
"helmfile": { "helmfile": {
+13 -1
View File
@@ -4,5 +4,17 @@
"kubernetes": { "kubernetes": {
"enabled": true, "enabled": true,
"labels": ["deps", "k8s"] "labels": ["deps", "k8s"]
} },
"packageRules": [
{
"description": "Replace git-commit image tags with semver tags for backupsidecar",
"matchDatasources": ["docker"],
"matchManagers": ["kubernetes"],
"matchPackageNames": ["gitea.t000-n.de/t.behrendt/backupsidecar"],
"matchCurrentValue": "/^[a-f0-9]{40}$/",
"replacementVersion": "0.2.17",
"versioning": "semver",
"pinDigests": true
}
]
} }
+32
View File
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [
{
"matchManagers": ["npm", "bun"],
"addLabels": ["deps", "npm"]
},
{
"description": "Group all minor and patch updates together",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["npm", "bun"]
},
{
"description": "Group Bun runtime version",
"groupName": "bun version",
"groupSlug": "bun-version",
"matchManagers": ["bun-version"],
"matchPackageNames": ["Bun", "bun"]
},
{
"description": "Group Bun Docker image",
"groupName": "bun version",
"groupSlug": "bun-version",
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/oven/bun", "oven/bun"],
"additionalBranchPrefix": ""
}
]
}
+11
View File
@@ -0,0 +1,11 @@
{
"name": "renovate-configs",
"private": true,
"scripts": {
"fmt": "oxfmt -c .oxfmtrc.json",
"fmt:check": "oxfmt -c .oxfmtrc.json --check"
},
"devDependencies": {
"oxfmt": "0.58.0"
}
}
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:action" "local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:bun-npm"
] ]
} }