Skip to content

Commit

Permalink
[Dependencies]: Bump pascalgn/automerge-action from 0.16.0 to 0.16.2 (#…
Browse files Browse the repository at this point in the history
…408)

Bumps
[pascalgn/automerge-action](https://github.com/pascalgn/automerge-action)
from 0.16.0 to 0.16.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's
releases</a>.</em></p>
<blockquote>
<h2>Release 0.16.2</h2>
<ul>
<li>GitHub API URL bug fix</li>
</ul>
<h2>Release 0.16.1</h2>
<ul>
<li>Update node version <a
href="https://redirect.github.com/pascalgn/automerge-action/issues/242">#242</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pascalgn/automerge-action/commit/58724c982461efbb7865b3762d7bff0d4756f57a"><code>58724c9</code></a>
Update README.md</li>
<li><a
href="https://github.com/pascalgn/automerge-action/commit/30a5d280578504d5e3d63c449a6b4ff63e209056"><code>30a5d28</code></a>
API URL bug fix</li>
<li><a
href="https://github.com/pascalgn/automerge-action/commit/c88c29ef046548c7ec198fd6392855fb733daf1e"><code>c88c29e</code></a>
Update README.md</li>
<li><a
href="https://github.com/pascalgn/automerge-action/commit/a33a44b90e32e349a7fe6e43fd823fde33979f36"><code>a33a44b</code></a>
Update version</li>
<li><a
href="https://github.com/pascalgn/automerge-action/commit/f7f3a53afacda434c0b70ea86ffb072cb6591449"><code>f7f3a53</code></a>
Update package.json</li>
<li><a
href="https://github.com/pascalgn/automerge-action/commit/b5abae2b36bb575345d7efa5f7f47bbe72fd5320"><code>b5abae2</code></a>
update javascript runtime to node20 (<a
href="https://redirect.github.com/pascalgn/automerge-action/issues/242">#242</a>)</li>
<li>See full diff in <a
href="https://github.com/pascalgn/automerge-action/compare/v0.16.0...v0.16.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pascalgn/automerge-action&package-manager=github_actions&previous-version=0.16.0&new-version=0.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
credfeto authored Jan 11, 2024
2 parents 993ab1a + c562eee commit 9204ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
core.info('Owner: ${{github.repository_owner}}');
- name: "Auto-Merge"
if: github.repository_owner == 'funfair-tech'
uses: pascalgn/[email protected].0
uses: pascalgn/[email protected].2
env:
GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}
MERGE_METHOD: merge
Expand Down

0 comments on commit 9204ef0

Please sign in to comment.