Releases: ahmadnassri/action-dependabot-auto-merge
Releases · ahmadnassri/action-dependabot-auto-merge
v2.1.0
2.1.0 (2020-09-25)
Features
- config: allow dependency_name in auto-merge config (48252a2)
Chores
- deps: bump node-fetch from 2.6.0 to 2.6.1 in /action (ddbc069)
v2.0.4
2.0.4 (2020-09-10)
Docs
- readme: provide detailed example of default configuration (3ec1127)
CI/CD
- dogfood: update dogfood with actual example of config file (c6b9ab4)
v2.0.3
2.0.3 (2020-09-10)
Refactor
- errors: should use warnings instead of errors on soft-exits (5bab4aa)
v2.0.2
2.0.2 (2020-09-10)
Bug Fixes
- actually return the parsed config (101d64f)
v2.0.1
2.0.1 (2020-09-09)
Docs
- readme: improved examples and documentation of github token usage (8862535)
v2.0.0
2.0.0 (2020-09-09)
⚠ BREAKING CHANGES
- major refactor that allows config files
Features
- bump major version (d36a271)
- distinguish dep type, security fixes and add config file (b47b86d)
Bug Fixes
- consider weight of prereleases (b6ba683)
- incorporate review feedback (3614c96)
- make package manifest the primary source of truth (978a27b)
Tests
- add tests for detection of dev/prod/security updates (ac6ce50)
- add tests for yaml configs (25d303f)
- fix existing tests (f9bf76b)
Chores
Refactor
- move yaml parsing into index.js (7b5e124)
- update code style & structure to simplify execution paths and make more readable (a1dd5c8)
v1.2.6
1.2.6 (2020-08-28)
Bug Fixes
- inputs: github actions inputs are always strings (6760397)
v1.2.5
1.2.5 (2020-08-28)
Bug Fixes
- debug: include additional debugging on api request failure (e099c91)
v1.2.4
1.2.4 (2020-08-28)
Refactor
- api: simplify github api calls (5e79c12)
v1.2.3
1.2.3 (2020-08-27)
Bug Fixes
- approval: revert change to pull-request approval api calls (3e439a1)