File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 # package.json in root directory
55 - package-ecosystem : ' npm'
66 directory : ' /'
7- # daily at 5am UTC
7+ # monthly at 5am UTC
88 schedule :
9- interval : ' weekly '
9+ interval : ' monthly '
1010 # always get latest version
1111 versioning-strategy : increase
1212 # set reviewers
Original file line number Diff line number Diff line change 11{
22 "name" : " homebridge-schedule" ,
3- "version" : " 1.0.130 " ,
3+ "version" : " 1.0.131 " ,
44 "description" : " Scheduled, repeatable triggers for Homebridge automation with HomeKit" ,
55 "repository" : {
66 "type" : " git" ,
2424 "main" : " dist/schedule-accessory.js" ,
2525 "dependencies" : {
2626 "cron" : " ~1.8.2" ,
27- "typescript-helper-functions" : " ~1.0.152 "
27+ "typescript-helper-functions" : " ~1.0.153 "
2828 },
2929 "devDependencies" : {
3030 "@types/cron" : " ~1.7.2" ,
31- "@types/node" : " ~15.12.0 " ,
32- "@typescript-eslint/eslint-plugin" : " ~4.26.0 " ,
33- "@typescript-eslint/parser" : " ~4.26.0 " ,
34- "eslint" : " ~7.27 .0" ,
31+ "@types/node" : " ~15.12.2 " ,
32+ "@typescript-eslint/eslint-plugin" : " ~4.26.1 " ,
33+ "@typescript-eslint/parser" : " ~4.26.1 " ,
34+ "eslint" : " ~7.28 .0" ,
3535 "eslint-config-prettier" : " ~8.3.0" ,
3636 "eslint-plugin-prettier" : " ~3.4.0" ,
3737 "homebridge" : " ~1.3.4" ,
3838 "node-git-hooks" : " ~1.0.6" ,
3939 "npm-run-all" : " ~4.1.5" ,
40- "prettier" : " ~2.3.0 " ,
40+ "prettier" : " ~2.3.1 " ,
4141 "rimraf" : " ~3.0.2" ,
4242 "typescript" : " ~4.3.2"
4343 },
You can’t perform that action at this time.
0 commit comments