Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simlu committed Feb 18, 2019
1 parent dcfd031 commit 43fd6bc
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 178 deletions.
17 changes: 17 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"

target_branch: dev

automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "all"

version_requirement_updates: increase_versions
3 changes: 2 additions & 1 deletion gardener.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const gardener = require('js-gardener');
if (require.main === module) {
gardener({
author: 'Lukas Siemon',
ci: ['circle']
ci: ['circle'],
dependabot: true
}).catch(() => process.exit(1));
}
Loading

0 comments on commit 43fd6bc

Please sign in to comment.