Skip to content

Releases: ahmadnassri/action-dependabot-auto-merge

v2.1.0

25 Sep 17:20
Compare
Choose a tag to compare

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

10 Sep 15:50
Compare
Choose a tag to compare

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

10 Sep 15:38
Compare
Choose a tag to compare

2.0.3 (2020-09-10)

Refactor

  • errors: should use warnings instead of errors on soft-exits (5bab4aa)

v2.0.2

10 Sep 13:30
Compare
Choose a tag to compare

2.0.2 (2020-09-10)

Bug Fixes

  • actually return the parsed config (101d64f)

v2.0.1

09 Sep 20:30
Compare
Choose a tag to compare

2.0.1 (2020-09-09)

Docs

  • readme: improved examples and documentation of github token usage (8862535)

v2.0.0

09 Sep 20:19
Compare
Choose a tag to compare

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

28 Aug 19:19
Compare
Choose a tag to compare

1.2.6 (2020-08-28)

Bug Fixes

  • inputs: github actions inputs are always strings (6760397)

v1.2.5

28 Aug 14:37
Compare
Choose a tag to compare

1.2.5 (2020-08-28)

Bug Fixes

  • debug: include additional debugging on api request failure (e099c91)

v1.2.4

28 Aug 14:26
Compare
Choose a tag to compare

1.2.4 (2020-08-28)

Refactor

  • api: simplify github api calls (5e79c12)

v1.2.3

27 Aug 16:20
Compare
Choose a tag to compare

1.2.3 (2020-08-27)

Bug Fixes

  • approval: revert change to pull-request approval api calls (3e439a1)