Skip to content

Commit 102e2cb

Browse files
authored
Build(deps): Bump frequenz-floss/dependabot-auto-approve from b93b4ae2176f68308499582d43b95646db35c4a1 to e943399cc9d76fbb6d7faae446cd57301d110165 (#318)
Bumps [frequenz-floss/dependabot-auto-approve](https://github.com/frequenz-floss/dependabot-auto-approve) from b93b4ae2176f68308499582d43b95646db35c4a1 to e943399cc9d76fbb6d7faae446cd57301d110165. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/e943399cc9d76fbb6d7faae446cd57301d110165"><code>e943399</code></a> Don't hide error output for <code>gh</code> commands (<a href="https://redirect.github.com/frequenz-floss/dependabot-auto-approve/issues/7">#7</a>)</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/ccdbae5342cd18c99d4a2e8851c9d93ced9af4e3"><code>ccdbae5</code></a> Add missing reference to the auto-dependabot workflow (<a href="https://redirect.github.com/frequenz-floss/dependabot-auto-approve/issues/8">#8</a>)</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/43dba7c227186b5b6e9d4bc55c09cee2d88bc643"><code>43dba7c</code></a> Add missing reference to the auto-dependabot workflow</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/2fd772ee6252d1d6455081cd2a4be2b3d96081dc"><code>2fd772e</code></a> Don't hide error output for <code>gh</code> commands</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/a115bc7e0194c08f876493f311ec6f4de53f984e"><code>a115bc7</code></a> Fix the dogfooding workflow (<a href="https://redirect.github.com/frequenz-floss/dependabot-auto-approve/issues/6">#6</a>)</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/cdd0c7c97521e1f90ab1d337ce16cc186486a435"><code>cdd0c7c</code></a> Fix the dogfooding workflow</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/98f4b7f817d0dee1e1421d5bac2963e4870b2f7e"><code>98f4b7f</code></a> Support <code>pull_request_target</code> event (<a href="https://redirect.github.com/frequenz-floss/dependabot-auto-approve/issues/3">#3</a>)</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/a959895bf44b6bece8928c0a9d47fe1be0178309"><code>a959895</code></a> Add dependabot configuration (<a href="https://redirect.github.com/frequenz-floss/dependabot-auto-approve/issues/4">#4</a>)</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/6f154b0d0b3dc2ddb136bdb51efc782070696237"><code>6f154b0</code></a> Add CODEOWNERS file</li> <li><a href="https://github.com/frequenz-floss/dependabot-auto-approve/commit/3f4fe8b8c612f2397dff9543192034a049ffae22"><code>3f4fe8b</code></a> Add dependabot configuration</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/dependabot-auto-approve/compare/b93b4ae2176f68308499582d43b95646db35c4a1...e943399cc9d76fbb6d7faae446cd57301d110165">compare view</a></li> </ul> </details> <br /> 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 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>
2 parents af96a1d + be4c21d commit 102e2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Auto-merge Dependabot PR
16-
uses: frequenz-floss/dependabot-auto-approve@b93b4ae2176f68308499582d43b95646db35c4a1 # v1.3.2 + ignore-regex-pr-title
16+
uses: frequenz-floss/dependabot-auto-approve@e943399cc9d76fbb6d7faae446cd57301d110165 # v1.3.2 + ignore-regex-pr-title
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
dependency-type: 'all'

0 commit comments

Comments
 (0)