File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Added code formatting and linting with pre-commit hooks [ #283 ] ( https://github.com/developmentseed/eoapi-k8s/pull/283 )
1414- Adjusted Renovate Configuration to fit conventional commits [ #295 ] ( https://github.com/developmentseed/eoapi-k8s/pull/295 )
1515
16+ ### Changed
17+
18+ - Fixed renovate.json CHANGELOG.md edit [ #300 ] ( https://github.com/developmentseed/eoapi-k8s/pull/300 )
19+
1620## [ 0.7.8] - 2025-09-10
1721
1822### Added
Original file line number Diff line number Diff line change 1010 "timezone" : " UTC" ,
1111 "schedule" : [" after 10pm every weekday" , " before 5am every weekday" ],
1212 "prConcurrentLimit" : 10 ,
13+ "allowedPostUpgradeCommands" : [
14+ " ^sed .* CHANGELOG\\ .md \\ |\\ | true$" ,
15+ " ^git add CHANGELOG\\ .md$"
16+ ],
1317 "prHourlyLimit" : 5 ,
1418 "commitMessagePrefix" : " " ,
1519 "commitMessageAction" : " Updated" ,
You can’t perform that action at this time.
0 commit comments