renovate-config/default.json
pat-s 571996f880
Some checks failed
renovate / renovate (push) Has been cancelled
Update automergeStrategy to "auto" (#15)
This is currently blocking auto-merge in this repo: https://gitea.com/gitea/renovate-config/actions/runs/158#jobstep-2-1919

```
           "statusCode": 405,
           "statusMessage": "Method Not Allowed",
           "body": {
             "message": "rebase is not allowed an allowed merge style for this repository",
             "url": "https://gitea.com/api/swagger"
           },
```

Reviewed-on: #15
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2023-09-22 19:16:34 +00:00

8 lines
199 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"semanticCommits": "enabled",
"automergeStrategy": "auto",
"platformAutomerge": false
}