Skip to content

Commit

Permalink
renovate.json: do not use the force key anymore
Browse files Browse the repository at this point in the history
From the renovate run logs:
"warnings": [
 {
  "topic": "Configuration Error",
  "message": "The \"force\" option is a global option reserved only for Renovate's global configuration and cannot be configured within a repository's config file."
  }
].
  • Loading branch information
BacLuc committed Jul 2, 2024
1 parent 6fdf511 commit 0e54124
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
"config:recommended",
":prConcurrentLimitNone"
],
"force": {
"constraints": {
"node": "22.3.0",
"php": "8.3.7"
}
"constraints": {
"node": "22.3.0",
"php": "8.3.7"
},
"automergeType": "branch",
"rebaseWhen": "conflicted",
Expand Down

0 comments on commit 0e54124

Please sign in to comment.