{
  "$schema": "http://json-schema.org/draft-07/schema",
  "title": "JSON schema for Renovate",
  "type": "object",
  "properties": {
    "extends": {
      "$ref": "../alias.json#/definitions/types/stringOrStringArray",
      "default": ["nju33"]
    }
	},
	"required": ["extends"]
}
