Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits", ":pinAllExceptPeerDependencies", "helpers:pinGitHubActionDigests"],
"commitBody": "Signed-off-by: Wessel Verheij <info@nightworks.io>",
"commitBody": "Spec: GOV-R12\n\nSigned-off-by: Wessel Verheij <info@nightworks.io>",
"prBodyNotes": [
"Routine dependency update. The repo's own quality gate is the review — if CI is green and the changelog is clean, this can merge."
"Routine dependency update — cites `Spec: GOV-R12`, so it passes the governance gate automatically.",
"The repo's own quality gate is the review: if CI is green and the changelog is clean, this can merge."
],
"labels": ["dependencies"],
"packageRules": [
Expand Down
Loading