Skip to content

Commit

Permalink
Renovate: paddyroddy/.github (minor) (#409)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [paddyroddy/.github](https://redirect.github.com/paddyroddy/.github) |
repository | minor | `v0.213.0` -> `v0.219.0` |
| [paddyroddy/.github](https://redirect.github.com/paddyroddy/.github) |
action | digest | `ac424c5` -> `3e1a2b8` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>paddyroddy/.github (paddyroddy/.github)</summary>

###
[`v0.219.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.218.0...v0.219.0)

[Compare
Source](https://redirect.github.com/paddyroddy/.github/compare/v0.218.0...v0.219.0)

###
[`v0.218.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.217.0...v0.218.0)

[Compare
Source](https://redirect.github.com/paddyroddy/.github/compare/v0.217.0...v0.218.0)

###
[`v0.217.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.216.0...v0.217.0)

[Compare
Source](https://redirect.github.com/paddyroddy/.github/compare/v0.216.0...v0.217.0)

###
[`v0.216.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.215.0...v0.216.0)

[Compare
Source](https://redirect.github.com/paddyroddy/.github/compare/v0.215.0...v0.216.0)

###
[`v0.215.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.214.0...v0.215.0)

[Compare
Source](https://redirect.github.com/paddyroddy/.github/compare/v0.214.0...v0.215.0)

###
[`v0.214.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.213.0...v0.214.0)

[Compare
Source](https://redirect.github.com/paddyroddy/.github/compare/v0.213.0...v0.214.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - "every weekday" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/astro-informatics/sleplet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 4467252 commit b8734ec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0
- uses: paddyroddy/.github/actions/python/deployment@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.12"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/pdoc@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0
- uses: paddyroddy/.github/actions/python/pdoc@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
with:
docs-dependency-section: .[docs]
gh-pages-publish-directory: ./html/sleplet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/licence@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0
- uses: paddyroddy/.github/actions/licence@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.txt
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
timeout-minutes: 2
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/links@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0
- uses: paddyroddy/.github/actions/links@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0
- uses: paddyroddy/.github/actions/linting@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "3.12"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0
- uses: paddyroddy/.github/actions/python/tox@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
with:
cache-path: |-
.tox
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.213.0
rev: v0.219.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit b8734ec

Please sign in to comment.