Browse Source

build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#3783)

* Create dependabot.yml

* build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.18.1

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.15.0 to 5.18.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.15.0...v5.18.1)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Daniel Gibbs <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3807/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
ff7a9e788f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/dependabot.yml
  2. 2
      .github/workflows/create-release.yml

9
.github/dependabot.yml

@ -0,0 +1,9 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

2
.github/workflows/create-release.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]5.0
- uses: release-drafter/[email protected]8.1
with:
config-name: release-drafter.yml
env:

Loading…
Cancel
Save