Skip to content

Commit

Permalink
- update only repo specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jun 20, 2024
1 parent 28b9afa commit 7543ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions configs/configuration_repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"labels": ["dependencies"]
}
],
"template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}

0 comments on commit 7543ef9

Please sign in to comment.