Skip to content

Commit

Permalink
chore: revert headless ui and disable renovate
Browse files Browse the repository at this point in the history
disable auto updates of headless ui while we investigate the issue with
selection of species class when creating a species
  • Loading branch information
alexandresoro committed Sep 6, 2024
1 parent 2ef48a4 commit 0994fc3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@fontsource-variable/nunito": "5.0.20",
"@fontsource/carter-one": "5.0.13",
"@headlessui/react": "2.1.5",
"@headlessui/react": "2.1.2",
"@hookform/resolvers": "3.9.0",
"@ou-ca/common": "workspace:*",
"@sentry/react": "8.26.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"extends": [
":automergeStableNonMajor"
]
"matchDepTypes": ["devDependencies"],
"extends": [":automergeStableNonMajor"]
},
{
"groupName": "bull-board",
"matchPackageNames": [
"@bull-board/{/,}**"
]
"matchPackageNames": ["@bull-board/{/,}**"]
},
{
"matchPackageNames": ["@headlessui/react"],
"automerge": false
}
],
"automergeStrategy": "squash",
Expand Down

0 comments on commit 0994fc3

Please sign in to comment.