Compare commits

...

3 Commits

Author SHA1 Message Date
e3be3a0166 chore(deps): update ghcr.io/renovatebot/renovate:latest docker digest to d8514d3 2025-07-19 13:28:25 +02:00
a7da202e3a chore(config): migrate renovate config (#27)
All checks were successful
renovate / renovate (push) Successful in 2m29s
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

  You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.

🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #27
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-07-19 09:17:13 +02:00
37eb0007c9 Update renovate.json
All checks were successful
renovate / renovate (push) Successful in 3m39s
2025-07-19 08:20:59 +02:00
2 changed files with 9 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest@sha256:b316b295c7f04554dd86977c6e4d2bc904d05bdacb319d8b3172e106921da973
container: ghcr.io/renovatebot/renovate:latest@sha256:d8514d3124cbcfbf79b2b5014e59add4b87766ba2cb90e84ae1cc4278679903e
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: renovate

View File

@@ -1,11 +1,16 @@
{
"extends": ["config:best-practices", ":semanticCommits"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"description": "Automerge Renovate package updates without status checks",
"matchPackageNames": [
"renovate"
],
"automerge": true,
"automergeType": "branch"
"ignoreTests": true
}
]
}