Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 20d0ab3

Browse files
authored
chore: Hide changelogs in renovate PRs (#342)
Hide changelogs
1 parent e0a970d commit 20d0ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"config:base",
55
":semanticCommitTypeAll(chore)"
66
],
7+
"prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
78
"enabledManagers": ["npm", "github-actions"],
89
"rangeStrategy": "pin",
910
"schedule": "every weekend",
@@ -32,4 +33,4 @@
3233
"groupName": "all github-actions"
3334
}
3435
]
35-
}
36+
}

0 commit comments

Comments
 (0)