Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: otomadb/graphql-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9bcd5ef259154fed7b5b0fb487a42839d0a6c2a
Choose a base ref
..
head repository: otomadb/graphql-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a207f629556e48d947ddbe0956b99946a15cd5b0
Choose a head ref
Showing with 1 addition and 12 deletions.
  1. +1 −12 renovate.json
13 changes: 1 addition & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices", ":automergePatch"],
"lockFileMaintenance": {
"enabled": true
},
"digest": {
"automerge": true
},
"packageRules": [
{
"extends": ["packages:eslint", ":automergeMinor"]
}
]
"extends": ["github>otomadb/renovate-config"]
}