Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump coopnorge/github-workflow-release-drafter from 0.3.2 to 0.5.1 #33

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps coopnorge/github-workflow-release-drafter from 0.3.2 to 0.5.1.

Release notes

Sourced from coopnorge/github-workflow-release-drafter's releases.

v0.5.1

What's Changed

👷 Chores

  • chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#43) @​dependabot
  • docs: updated doc with new configuration option ignore-major-changes-for-pattern (#36) @​arunpoudel
  • chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs from 4ee6d57 to d2b55ac in /docker-compose (#41) @​dependabot
  • chore(deps): bump coopnorge/github-workflow-release-drafter from 0.4.0 to 0.5.0 (#42) @​dependabot

v0.5.0

What's Changed

👷 Chores

  • chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs from f205f21 to 4ee6d57 in /docker-compose (#39) @​dependabot
  • chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs from 6fa0157 to f205f21 in /docker-compose (#37) @​dependabot
  • chore(deps): bump coopnorge/github-workflow-release-drafter from 0.3.2 to 0.4.0 (#38) @​dependabot

v0.4.0

What's Changed

👷 Chores

  • chore: techdocs now requires pull-request: read permission (#35) @​arunpoudel
  • chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs from f95552d to 6fa0157 in /docker-compose (#32) @​dependabot
  • chore(deps): bump leonsteinhaeuser/project-beta-automations from 1.2.1 to 2.2.1 (#17) @​dependabot
  • chore(deps): bump actions/github-script from 6.4.1 to 7.0.1 (#27) @​dependabot
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#33) @​dependabot
  • chore(deps): bump coopnorge/github-workflow-release-drafter from 0.3.1 to 0.3.2 (#31) @​dependabot
  • chore(deps): bump coopnorge/github-workflow-release-drafter from 0.2.1 to 0.3.1 (#28) @​dependabot
Commits
  • edebea3 chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#43)
  • 9d09939 docs: updated doc with new configuration option ignore-major-changes-for-patt...
  • 069f187 chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs (#41)
  • 4aae535 chore(deps): bump coopnorge/github-workflow-release-drafter (#42)
  • c2317b4 feat: add namespace release-drafter-go to labels in PR (#40)
  • 2d3ef5d chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs (#39)
  • 0d96816 chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs (#37)
  • 908b9ba chore(deps): bump coopnorge/github-workflow-release-drafter (#38)
  • c1b47a3 chore: techdocs now requires pull-request: read permission (#35)
  • 4673af1 chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs (#32)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nhhagen.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@nhhagen
Copy link
Member

nhhagen commented Sep 12, 2024

@dependabot recreate

Bumps [coopnorge/github-workflow-release-drafter](https://github.com/coopnorge/github-workflow-release-drafter) from 0.3.2 to 0.5.1.
- [Release notes](https://github.com/coopnorge/github-workflow-release-drafter/releases)
- [Commits](coopnorge/github-workflow-release-drafter@v0.3.2...v0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/coopnorge/github-workflow-release-drafter-0.5.1 branch from 60c3221 to a893e9e Compare September 12, 2024 07:20
Copy link
Member

@nhhagen nhhagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@nhhagen nhhagen merged commit 0ed6f3c into main Sep 12, 2024
14 of 15 checks passed
@nhhagen nhhagen deleted the dependabot/github_actions/coopnorge/github-workflow-release-drafter-0.5.1 branch September 12, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant