- update only repo specific config

This commit is contained in:
Mike Penz
2024-06-20 11:51:20 +02:00
parent 28b9afa1d6
commit 7543ef961c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
}
],
"sort": "ASC",
"template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}",
"template": "${{CHANGELOG}}",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes",
"max_pull_requests": 1000,
+1
View File
@@ -21,6 +21,7 @@
"labels": ["dependencies"]
}
],
"template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}