chore: Hide changelogs in renovate PRs (#342)

Hide changelogs
This commit is contained in:
Anatolios Laskaris 2023-09-14 13:28:51 +03:00 committed by GitHub
parent e0a970d86a
commit 20d0ab3cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
"config:base", "config:base",
":semanticCommitTypeAll(chore)" ":semanticCommitTypeAll(chore)"
], ],
"prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
"enabledManagers": ["npm", "github-actions"], "enabledManagers": ["npm", "github-actions"],
"rangeStrategy": "pin", "rangeStrategy": "pin",
"schedule": "every weekend", "schedule": "every weekend",
@ -32,4 +33,4 @@
"groupName": "all github-actions" "groupName": "all github-actions"
} }
] ]
} }