Skip to content

Commit

Permalink
chore(config): 馃悰 update vite config (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Dec 20, 2022
1 parent 4d18c10 commit 115b94a
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/.kodiak.toml
Expand Up @@ -21,7 +21,7 @@ automerge_label = ['automerge 馃殌'] # default: "automerge"
#
# When disabled, Kodiak will immediately attempt to merge any PR that passes all
# GitHub branch protection requirements.
require_automerge_label = true
require_automerge_label = false

# Choose merge method for Kodiak to use.
#
Expand Down
6 changes: 3 additions & 3 deletions .github/renovate.json
Expand Up @@ -33,7 +33,7 @@
{
"matchDatasources": ["npm"],
"groupName": "renovate-meta",
"labels": ["OtherDependencies", "automerge 馃殌"]
"labels": ["OtherDependencies"]
},
{
"groupName": "dependencies (non-major)",
Expand All @@ -47,7 +47,7 @@
"rollback",
"bump"
],
"labels": ["Dependency", "automerge 馃殌"]
"labels": ["Dependency"]
},
{
"groupName": "devDependencies (non-major)",
Expand All @@ -61,7 +61,7 @@
"rollback",
"bump"
],
"labels": ["DevDependency", "automerge 馃殌"]
"labels": ["DevDependency"]
},
{
"groupName": "dependencies (major)",
Expand Down
5 changes: 1 addition & 4 deletions .github/settings.yml
Expand Up @@ -121,11 +121,8 @@ labels:
- name: "Type: Wontfix"
color: "000000"

- name: "automerge 馃殌"
color: "ff0000"

- name: "autoapprove"
color: "fd73c3"
color: "ff0000"

# Collaborators: give specific users access to this repository.
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -70,13 +70,13 @@
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"pinst": "^3.0.0",
"prettier": "^2.8.1",
"prettier": "^2.7.0",
"prettier-plugin-pkg": "^0.17.1",
"release-it": "^15.5.1",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"vite": "^4.0.2"
"vite": "^3.0.2"
},
"sideEffects": false,
"browserslist": {
Expand Down

0 comments on commit 115b94a

Please sign in to comment.