Skip to content

Commit

Permalink
ci: cleanup for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Mar 2, 2020
1 parent 256aa4e commit 040cdd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "minor",
"automerge": true,
"automergeType": "branch",
"prHourlyLimit": 6,
"prHourlyLimit": 12,
"prConcurrentLimit": 10
}
]
Expand Down
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"trailingComma": "all",
"printWidth": 120,
"singleQuote": true,
"jsxBracketSameLine": true
"singleQuote": true
}

0 comments on commit 040cdd5

Please sign in to comment.