Skip to content

Commit

Permalink
build(deps): bump rollkit/.github from 0.1.1 to 0.2.2 (#33)
Browse files Browse the repository at this point in the history
Bumps [rollkit/.github](https://github.com/rollkit/.github) from 0.1.1
to 0.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollkit/.github/releases">rollkit/.github's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.2</h2>
<h2>Overview</h2>
<p>Bring in updates from Celestia/.github</p>
<h2>What's Changed</h2>
<ul>
<li>add issue template by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/rollkit/.github/pull/6">rollkit/.github#6</a></li>
<li>Delete dependabot.yml by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/rollkit/.github/pull/5">rollkit/.github#5</a></li>
<li>Celestia updates by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/rollkit/.github/pull/8">rollkit/.github#8</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rollkit/.github/compare/v0.1.1...v0.2.2">https://github.com/rollkit/.github/compare/v0.1.1...v0.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rollkit/.github/commit/b761dcfaa1e1ae9ece8f820855f538d9423ba829"><code>b761dcf</code></a>
Celestia updates (<a
href="https://redirect.github.com/rollkit/.github/issues/8">#8</a>)</li>
<li><a
href="https://github.com/rollkit/.github/commit/4405cc654fbb65b4eae5fa3abcbb556b079ff899"><code>4405cc6</code></a>
Delete dependabot.yml (<a
href="https://redirect.github.com/rollkit/.github/issues/5">#5</a>)</li>
<li><a
href="https://github.com/rollkit/.github/commit/de7084918e20fc75de3962eff0a05b989a66b880"><code>de70849</code></a>
add issue template (<a
href="https://redirect.github.com/rollkit/.github/issues/6">#6</a>)</li>
<li>See full diff in <a
href="https://github.com/rollkit/.github/compare/v0.1.1...v0.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollkit/.github&package-manager=github_actions&previous-version=0.1.1&new-version=0.2.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ganesha Upadhyaya <ganeshrvce@gmail.com>
  • Loading branch information
dependabot[bot] and gupadhyaya committed Jul 28, 2023
1 parent 2774cb3 commit fbeb563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# ignore dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
name: Add issues and PRs to project and add grooming label
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.2.2
secrets: inherit
permissions:
issues: write
Expand All @@ -25,7 +25,7 @@ jobs:
auto-add-reviewer:
name: Auto add reviewer to PR
if: github.event.pull_request
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.2.2
secrets: inherit
permissions:
issues: write
Expand Down

0 comments on commit fbeb563

Please sign in to comment.