From f8085952adbe3d3e7b177eada2b503968dcf04ff Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:20:37 +0100 Subject: [PATCH] refactor(whiskers): add note in PR body (#3) --- whiskers.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/whiskers.json b/whiskers.json index 34e7672..4d93ec7 100644 --- a/whiskers.json +++ b/whiskers.json @@ -1,5 +1,16 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchDepNames": [ + "catppuccin/whiskers" + ], + "prBodyNotes": [ + "> [!WARNING]", + "> You may need to edit the template accordingly before merging this Pull Request." + ] + } + ], "customManagers": [ { "customType": "regex",