Skip to content

Commit

Permalink
refactor(whiskers): add note in PR body (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Jun 9, 2024
1 parent 52763d3 commit f808595
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions whiskers.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f808595

Please sign in to comment.