Skip to content

Releases: bfra-me/renovate-action

v2.1.1

25 Sep 06:50
Compare
Choose a tag to compare

2.1.1 (2023-09-25)

Bug Fixes

  • ci: limit Renovate push trigger to the base branch (#23) (0ec1caa)

Miscellaneous Chores

v2.1.0

25 Sep 06:27
Compare
Choose a tag to compare

2.1.0 (2023-09-25)

Features

  • ci: switch renovate workflow to use this action (#19) (139cb22)

Miscellaneous Chores

  • deps: update renovate Docker tag to v36.107.1 (#16) (8d29ccc)
  • update the name of the git user of the GitHub App (#17) (b27cc77)

Code Refactoring

v2.0.0

25 Sep 05:27
Compare
Choose a tag to compare

2.0.0 (2023-09-24)

What's Changed

  • chore(deps): update dependency @types/node to v18.17.19 by @bfra-me in #5
  • chore: update ci workflow by @marcusrbrown in #11
  • chore: remove extra LICENSE file by @marcusrbrown in #12
  • chore(deps): update actions/checkout action to v4.1.0 by @bfra-me in #2
  • chore(deps): update dependency semantic-release to v22.0.4 by @bfra-me in #4
  • chore(deps): update dependency eslint to v8.50.0 by @bfra-me in #3
  • chore: update ci workflow by @marcusrbrown in #13
  • chore(deps): update dependency semantic-release to v22.0.5 by @bfra-me in #15
  • BREAKING CHANGE: feat!: merge bfra-me/renovate-config as a subtree by @marcusrbrown in #14

Full Changelog: v1.0.0...v2.0.0

v1.0.0

24 Sep 03:47
Compare
Choose a tag to compare

1.0.0 (2023-09-24)

Bug Fixes

  • disable linear history on release branch (#8) (adbaf73)
  • disable push restrictions on release branch (#9) (00311d5)
  • remove more template cruft (#10) (6968590)
  • update protection settings for the release branch (#7) (613ce4f)

Miscellaneous Chores