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

Bump ahmadnassri/action-dependabot-auto-merge from v1 to v2.0.1 #1231

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2020

Bumps ahmadnassri/action-dependabot-auto-merge from v1 to v2.0.1.

Release notes

Sourced from ahmadnassri/action-dependabot-auto-merge's releases.

v2.0.1

2.0.1 (2020-09-09)

Docs

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

Sourced from ahmadnassri/action-dependabot-auto-merge's changelog.

{ "plugins": [ ["@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "breaking": true, "release": "major" }, { "revert": true, "release": "patch" }, { "type": "build", "release": "patch" }, { "type": "docs", "release": "patch" }, { "type": "feat", "release": "minor" }, { "type": "fix", "release": "patch" }, { "type": "perf", "release": "patch" }, { "type": "refactor", "release": "patch" } ] }], ["@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "presetConfig": { "types": [ { "type": "build", "section": "Build", "hidden": false }, { "type": "chore", "section": "Chores", "hidden": false }, { "type": "ci", "section": "CI/CD", "hidden": false }, { "type": "docs", "section": "Docs", "hidden": false }, { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug Fixes", "hidden": false }, { "type": "perf", "section": "Performance", "hidden": false }, { "type": "refactor", "section": "Refactor", "hidden": false }, { "type": "style", "section": "Code Style", "hidden": false }, { "type": "test", "section": "Tests", "hidden": false } ] } }], "@semantic-release/github" ] }

Commits
  • 8862535 docs(readme): improved examples and documentation of github token usage
  • 6e005d9 Merge branch 'AlCalzone-dep-type-and-security-with-config'
  • d36a271 feat: bump major version
  • a1dd5c8 refactor: update code style & structure to simplify execution paths and make ...
  • 7b5e124 refactor: move yaml parsing into index.js
  • d582265 chore: remove unused regex
  • 978a27b fix: make package manifest the primary source of truth
  • 3614c96 fix: incorporate review feedback
  • 25d303f test: add tests for yaml configs
  • ac6ce50 test: add tests for detection of dev/prod/security updates
  • Additional commits viewable in compare view

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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 10, 2020
@peterbe peterbe merged commit 3986944 into master Sep 10, 2020
@dependabot dependabot bot deleted the dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-v2.0.1 branch September 10, 2020 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant