Skip to content

Commit 22da734

Browse files
authored
fix: Fix renovate.json setup. (#300)
1 parent 84d6a35 commit 22da734

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
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",

0 commit comments

Comments
 (0)