chore: update renovate config

This commit is contained in:
Nicolas Meienberger
2025-06-01 10:20:52 +02:00
parent 0e1924f650
commit 9029f29c5d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"extends": [
"config:recommended"
],
@@ -10,7 +11,7 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"managerFilePatterns": [
"^.*docker-compose\\.json$"
],
"matchStrings": [
@@ -23,6 +24,7 @@
{
"matchUpdateTypes": [
"minor",
"major",
"patch",
"pin",
"digest"