diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 11e2d2b..a81673d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,4 +10,4 @@ How does this change address the problem or feature? - [ ] Use github checklists. When solved, check the box and explain the answer. **Research** -Describe research done (if any) using links, patterns, libraries or dependencies added used to address the pronlem or feature. +Describe research done (if any) using links, patterns, libraries or dependencies added used to address the problem or feature. diff --git a/.github/renovate.json b/.github/renovate.json index 44adf1b..8ffd4f9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,9 +3,10 @@ "packageRules": [ { "updateTypes": ["minor", "patch", "pin", "digest"], + "groupName": "minor", "automerge": true, "automergeType": "branch", - "prHourlyLimit": 6, + "prHourlyLimit": 12, "prConcurrentLimit": 10 } ] diff --git a/.prettierrc b/.prettierrc index 84f430d..3c9b4f0 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,5 @@ { "trailingComma": "all", "printWidth": 120, - "singleQuote": true, - "jsxBracketSameLine": true + "singleQuote": true }