chore(ci): add github action

This commit is contained in:
molvqingtai 2023-07-14 01:32:36 +08:00
parent 1b04f94ee2
commit 4bcffea7a8
3 changed files with 25 additions and 1 deletions

9
.github/dependabot.yml vendored Normal file
View 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
View file

@ -0,0 +1,2 @@
engine-strict=true
auto-install-peers=true

View file

@ -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"
}
}