Skip to content

Commit

Permalink
updating packages and changing dependabot to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Jun 11, 2021
1 parent e452c3b commit eac73d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ updates:
# package.json in root directory
- package-ecosystem: 'npm'
directory: '/'
# daily at 5am UTC
# monthly at 5am UTC
schedule:
interval: 'weekly'
interval: 'monthly'
# always get latest version
versioning-strategy: increase
# set reviewers
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-schedule",
"version": "1.0.130",
"version": "1.0.131",
"description": "Scheduled, repeatable triggers for Homebridge automation with HomeKit",
"repository": {
"type": "git",
Expand All @@ -24,20 +24,20 @@
"main": "dist/schedule-accessory.js",
"dependencies": {
"cron": "~1.8.2",
"typescript-helper-functions": "~1.0.152"
"typescript-helper-functions": "~1.0.153"
},
"devDependencies": {
"@types/cron": "~1.7.2",
"@types/node": "~15.12.0",
"@typescript-eslint/eslint-plugin": "~4.26.0",
"@typescript-eslint/parser": "~4.26.0",
"eslint": "~7.27.0",
"@types/node": "~15.12.2",
"@typescript-eslint/eslint-plugin": "~4.26.1",
"@typescript-eslint/parser": "~4.26.1",
"eslint": "~7.28.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-prettier": "~3.4.0",
"homebridge": "~1.3.4",
"node-git-hooks": "~1.0.6",
"npm-run-all": "~4.1.5",
"prettier": "~2.3.0",
"prettier": "~2.3.1",
"rimraf": "~3.0.2",
"typescript": "~4.3.2"
},
Expand Down

0 comments on commit eac73d1

Please sign in to comment.