Skip to content

Commit

Permalink
build(deps): bump rollkit/.github from 0.1.1 to 0.2.2 (cosmos#1088)
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://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://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://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://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://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://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>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 9460a18 commit 5f49835
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Version Release
uses: rollkit/.github/.github/actions/version-release@v0.1.1
uses: rollkit/.github/.github/actions/version-release@v0.2.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
version-bump: ${{inputs.version}}
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-da-mockserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.1 # yamllint disable-line rule:line-length
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.2 # yamllint disable-line rule:line-length
with:
dockerfile: docker/mockserv.Dockerfile
packageName: mockserv
6 changes: 3 additions & 3 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issue-management:
if: ${{ github.event.issue }}
name: Add issues to project and add triage 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:
# ignore dependabot PRs
if: ${{ github.event.pull_request && github.actor != 'dependabot[bot]' }}
name: Add PRs to project
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 @@ -37,7 +37,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
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ jobs:

# hadolint lints the Dockerfile
hadolint:
uses: rollkit/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.1.1 # yamllint disable-line rule:line-length
uses: rollkit/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.2.2 # yamllint disable-line rule:line-length
with:
dockerfile: docker/mockserv.Dockerfile

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rollkit/.github/.github/actions/yamllint@v0.1.1
- uses: rollkit/.github/.github/actions/yamllint@v0.2.2

markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rollkit/.github/.github/actions/markdown-lint@v0.1.1
- uses: rollkit/.github/.github/actions/markdown-lint@v0.2.2

protobuf-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5f49835

Please sign in to comment.