From 50945c8da90c533456e942fbfe0c68bb4748211c Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sun, 27 Aug 2023 13:26:05 +0200 Subject: [PATCH] update renovate.json --- .github/renovate.json | 15 ++++++++++----- renovate.json | 6 ------ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 renovate.json diff --git a/.github/renovate.json b/.github/renovate.json index 49d5d2e..aca3436 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,21 +1,26 @@ { + "extends": [ + "config:base" + ], + "separateMinorPatch": true, "separateMajorMinor": true, "separateMultipleMajor": true, "regexManagers": [ - { + { "datasource": "docker", "depNameTemplate": "ubuntu", "fileMatch": ["^.*/?Dockerfile$"], "regexPattern": "^FROM ubuntu:(?[a-zA-Z]+)-(?\\d+)", "versioning": "simple" - } + } ], "packageRules": [ - { + { "datasources": ["docker"], "depNameList": ["ubuntu"], "allowedVersions": "/^{{majorVersion}}-/", "versioning": "simple" - } + } ] -} \ No newline at end of file + } + \ No newline at end of file diff --git a/renovate.json b/renovate.json deleted file mode 100644 index fbe543a..0000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": [ - "config:base" - ], - "separateMinorPatch": true -}