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
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
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
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
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
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
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
t.behrendt
950bdb12f4
fix: match managers in ignore of cooldown for local deps
...
CD / Release (push) Successful in 6s
Reviewed-on: #33
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-08 20:37:01 +01:00
t.behrendt
7a4f5cb141
feat: ignore cooldown for internal deps ( #32 )
...
CD / Release (push) Successful in 15s
Ignoring min release age for any internal deps and have every rule extend the common package.
Reviewed-on: #32
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-08 20:01:34 +01:00
t.behrendt
d9ae7d7ff4
feat: handle all conven branches as chore ( #20 )
...
CD / Release (push) Successful in 26s
Handling all semver/conventional commit branches as "chore", according to: https://docs.renovatebot.com/semantic-commits/#changing-the-semantic-commit-type
Reviewed-on: #20
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-12-12 20:25:04 +01:00
t.behrendt
3610c5de66
feat(common): add best-practices ( #16 )
...
CD / Release (push) Successful in 13s
Reviewed-on: #16
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 >
2025-11-08 22:32:00 +01:00
t.behrendt
bee0ee03a4
feat: enable semantic commits ( #4 )
...
CD / Release (push) Successful in 15s
Reviewed-on: #4
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 >
2025-10-10 18:04:31 +02:00
t.behrendt
82e5e832f8
feat: migrate existing configs ( #1 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #1
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 >
2025-10-08 18:46:12 +02:00