From c3e746a456ba01e750a883ae833f178d8146afca Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Mon, 6 Mar 2023 12:15:56 -0600 Subject: [PATCH] :bug: (renovate): Fix mdBook updates breaking CD --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 6ba79fe29..28cd66062 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,6 +28,11 @@ "matchDatasources": ["docker"], "matchPackageNames": ["ghcr.io/dgtlmoon/changedetection.io"], "versioning": "loose" + }, + { + "matchPaths": [".github/workflows/*"], + "matchDepNames": ["rust-lang/mdBook"], + "extractVersion": "^v(?.+)$" } ] }