Skip to content

Commit eac73d1

Browse files
committed
updating packages and changing dependabot to monthly
1 parent e452c3b commit eac73d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ updates:
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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -24,20 +24,20 @@
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
},

0 commit comments

Comments
 (0)