Skip to content

Commit

Permalink
chore: update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jun 3, 2019
1 parent 2e5efec commit ef4f2b3
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 21 deletions.
30 changes: 30 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,30 @@ update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
# target_branch: "develop"
default_reviewers:
- "fisker"
default_assignees:
- "fisker"
# default_labels:
# - "label-name"

allowed_updates:
- match:
# Only includes indirect (aka transient/sub-dependencies) for
# supported package managers: ruby:bundler, python, go:modules,
# php:composer, rust:cargo
update_type: "all"
# ignored_updates:
# - match:
# dependency_name: "express"
# # The version_requirement specifies the versions to ignore.
# # The range format is specific to the package manager
# # (e.g., ^1.0.0 for JS, or ~> 2.0 for Ruby).
# version_requirement: "4.x"
# - match:
# # Wildcards match unlimited arbitrary characters (or none)
# dependency_name: "aws*

# Automerge all development updates and production
# security (semver patch) updates (waiting for CI to pass)
Expand All @@ -21,6 +45,12 @@ update_configs:
- match:
dependency_type: "production"
update_type: "security:patch"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_type: "production"
update_type: "semver:minor"

# auto update package.json
version_requirement_updates: "increase_versions"
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@
"markdownlint-cli": "^0.16.0",
"parcel-bundler": "1.12.3",
"prettier": "1.17.1",
"promisify-file-reader": "^3.0.4",
"regenerator-runtime": "0.13.2",
"rollup": "^1.13.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-filesize": "^6.1.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-prettier": "^0.6.0",
"rollup-plugin-terser": "^5.0.0",
"uglify-js": "3.5.15",
"whatwg-fetch": "3.0.0"
},
Expand All @@ -80,5 +87,6 @@
"path": "./node_modules/cz-conventional-changelog-emoji"
}
},
"sideEffects": false
"sideEffects": false,
"dependencies": {}
}
Loading

0 comments on commit ef4f2b3

Please sign in to comment.