chore(ci): add github action
This commit is contained in:
parent
1b04f94ee2
commit
4bcffea7a8
3 changed files with 25 additions and 1 deletions
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: 3
|
||||
updates:
|
||||
# Enable version updates for pnpm
|
||||
- package-ecosystem: 'pnpm'
|
||||
# Look for `package.json` and `lock` files in the `root` directory
|
||||
directory: '/'
|
||||
# Check the npm registry for updates every day (weekdays)
|
||||
schedule:
|
||||
interval: 'weekly'
|
2
.npmrc
Normal file
2
.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
engine-strict=true
|
||||
auto-install-peers=true
|
15
package.json
15
package.json
|
@ -20,8 +20,18 @@
|
|||
"url": "git+https://github.com/molvqingtai/WebChat.git"
|
||||
},
|
||||
"keywords": [
|
||||
"WebChat",
|
||||
"Chat",
|
||||
"Browser"
|
||||
"Browser",
|
||||
"Browser Extension",
|
||||
"Chrome",
|
||||
"Chrome Extension",
|
||||
"Firefox",
|
||||
"Firefox Extension",
|
||||
"Extension",
|
||||
"WebRTC",
|
||||
"P2P",
|
||||
"Peer to Peer"
|
||||
],
|
||||
"author": "molvqingtai",
|
||||
"license": "MIT",
|
||||
|
@ -80,5 +90,8 @@
|
|||
"tailwind-merge": "^1.13.2",
|
||||
"tailwindcss-animate": "^1.0.6",
|
||||
"type-fest": "^3.13.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue