Compare commits

..

3 commits

Author SHA1 Message Date
5ee9d6a288 Merge branch 'main' into container
All checks were successful
Build (and tag) Images / build (push) Successful in 47s
Build (and tag) Images / build (pull_request) Successful in 47s
2025-10-25 16:38:17 +02:00
3f62a9e5d6
fix: enable forkProcessing to make Renovate work for this repo
Since Renovate is running in autodiscover mode and this repo is a fork,
enable forkProcessing to have Renovate work for this repo.

https://docs.renovatebot.com/configuration-options/#forkprocessing
2025-10-17 16:01:08 +02:00
def9854140 feat: Adds default renovate configuration 2025-10-12 03:44:42 +02:00

7
renovate.json Normal file
View file

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