Skip to content

Commit

Permalink
ci: fixed changesets publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 10, 2024
1 parent 59f1d25 commit bf1521f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"@kitajs/bench-html-typed-html",
"@kitajs/bench-html-templates",
"@kitajs/bench-html-runner",
"@kitajs/bench-html-reactjsx",
"@kitajs/bench-html-kitajs"
]
}
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: 'npm'
directory: './'
schedule:
interval: 'daily'
interval: 'weekly'

- package-ecosystem: 'github-actions'
directory: './'
schedule:
interval: 'daily'
interval: 'monthly'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@kitajs/html": "workspace:*",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit bf1521f

Please sign in to comment.