Skip to content

Releases: ahmadnassri/action-dependabot-auto-merge

v2.3.0

14 Dec 17:21
Compare
Choose a tag to compare

2.3.0 (2020-12-14)

Features

  • config: allow users to change location of config file (2133115)

Chores

  • deps-dev: bump sinon from 9.2.1 to 9.2.2 in /action (5ae8273)

Docs

v2.2.4

08 Dec 06:30
Compare
Choose a tag to compare

2.2.4 (2020-12-08)

Build

  • deps: bump js-yaml from 3.14.0 to 3.14.1 in /action (992a700)

v2.2.3

02 Dec 06:25
Compare
Choose a tag to compare

2.2.3 (2020-12-02)

Chores

  • deps-dev: bump tap from 14.10.8 to 14.11.0 in /action (392ca78)
  • template: update .dockerignore (f0459ea)
  • template: update .dockerignore (fa98a79)
  • template: update .dockerignore (c94c7fb)
  • template: update .editorconfig (9769423)
  • template: update .editorconfig (76b4cf4)
  • template: update .github/auto-merge.yml (982ea57)
  • template: update .github/auto-merge.yml (20d576d)
  • template: update .github/dependabot.yml (f51d121)
  • template: update .github/dependabot.yml (e42aa64)
  • template: update .github/dependabot.yml (7766d58)
  • template: update .github/linters/.commit-lint.yml (1832e38)
  • template: update .github/linters/.markdown-lint.yml (e7d7274)
  • template: update .github/linters/.markdown-lint.yml (134a470)
  • template: update .github/linters/.markdown-lint.yml (a68f6ce)
  • template: update .github/workflows/auto-merge.yml (65147f1)
  • template: update .github/workflows/auto-merge.yml (e14ee96)
  • template: update .github/workflows/commit-lint.yml (0dde2e6)
  • template: update .github/workflows/commit-lint.yml (5fbf05d)
  • template: update .github/workflows/commit-lint.yml (5c83370)
  • template: update .github/workflows/commit-lint.yml (584b550)
  • template: update .github/workflows/readme.yml (faa6e40)
  • template: update .github/workflows/readme.yml (2dac714)
  • template: update .github/workflows/readme.yml (4366202)
  • template: update .github/workflows/readme.yml (b4c30bc)
  • template: update .github/workflows/readme.yml (a823e6f)
  • template: update .github/workflows/release.yml (c602ea4)
  • template: update .github/workflows/release.yml (7b301bd)
  • template: update .github/workflows/release.yml (935b26f)
  • template: update .github/workflows/release.yml (017f2a8)
  • template: update .github/workflows/release.yml (a421f0e)
  • template: update .github/workflows/super-linter.yml (cc5562b)
  • template: update .github/workflows/super-linter.yml (57197d7)
  • template: update .github/workflows/super-linter.yml (589a694)
  • template: update .github/workflows/super-linter.yml (9bd174b)
  • template: update .github/workflows/test.yml (c070ff0)
  • template: update .github/workflows/test.yml (534d694)
  • template: update .github/workflows/test.yml (915528c)
  • template: update .github/workflows/test.yml (d854a71)
  • template: update .gitignore (a8f040a)
  • template: update .gitignore (198d598)
  • template: update .releaserc (a9152f2)
  • template: update .releaserc (e6f8f45)
  • template: update .releaserc (202492e)
  • template: update .releaserc (3886891)
  • template: update docker-compose.yml (aa7835d)
  • template: update docker-compose.yml (341ee9e)
  • template: update docker-compose.yml (5144df1)
  • template: update docs/README.template (296df47)
  • template: update docs/README.template (3d4457f)
  • template: update docs/README.template (0d8a72f)

Build

  • deps: bump semver from 7.3.2 to 7.3.4 in /action (051ca66)

v2.2.2

29 Oct 20:30
Compare
Choose a tag to compare

2.2.2 (2020-10-29)

Docs

Chores

  • deps-dev: bump sinon from 9.2.0 to 9.2.1 in /action (250a0b7)

v2.2.1

25 Oct 18:59
Compare
Choose a tag to compare

2.2.1 (2020-10-25)

Chores

  • readme: update README template with colophon (b20ae56)

Docs

v2.2.0

21 Oct 23:52
Compare
Choose a tag to compare

2.2.0 (2020-10-21)

Features

Chores

  • workflows: clean up workflow event triggers (0ec2141)

CI/CD

  • test: test pull requests (428e7be)
  • workflows: split testing and releasing with a direct link (b3da875)

v2.1.4

15 Oct 18:06
Compare
Choose a tag to compare

2.1.4 (2020-10-15)

Docs

  • readme: add section for exceptions and edge-cases (04b6e4c)

v2.1.3

15 Oct 17:57
Compare
Choose a tag to compare

2.1.3 (2020-10-15)

Bug Fixes

  • parse: parse varieties of dependabot messages (94be032)
  • parse: work with unknown "from" versions (92c24d0), closes #31

Chores

  • dependabot: look in the correct directory (52eb578)
  • deps-dev: bump sinon from 9.0.3 to 9.2.0 in /action (cd88376)

v2.1.2

02 Oct 13:21
Compare
Choose a tag to compare

2.1.2 (2020-10-02)

Bug Fixes

  • parse: correctly identify semver in titles when prefixed with 'v' (f253505), closes #29

Code Style

  • lint: improve lint errors (544eb5a)

Chores

  • ci: use test:ci for running coverage tests (93245f0)
  • deps: bump @actions/core from 1.2.4 to 1.2.6 in /action (ad10c6b)
  • deps: bump actions/github-script from v2 to v3 (95f5188)
  • deps: bump actions/setup-node from v2.1.1 to v2.1.2 (d658cd8)

v2.1.1

25 Sep 19:31
Compare
Choose a tag to compare

2.1.1 (2020-09-25)

Bug Fixes

  • context: move context checks to earliest possible entry point (3e162c2), closes #24