Skip to content

Commit

Permalink
Renovate: paddyroddy/.github (minor) (#185)
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.266.0` -> `v0.271.0` |
| [paddyroddy/.github](https://redirect.github.com/paddyroddy/.github) |
action | digest | `c35454f` -> `29d3bd9` |

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.271.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.270.0...v0.271.0)

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

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

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

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

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

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

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

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

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - "* *
* * 1-5" (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/paddyroddy/python-template).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick J. Roddy <patrickjamesroddy@gmail.com>
  • Loading branch information
renovate[bot] and paddyroddy authored Feb 10, 2025
1 parent 04e67f1 commit e629ed0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/add-to-project@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}
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@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/python/deployment@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.13"
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@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/python/pdoc@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
docs-dependency-section: .[docs]
gh-pages-publish-directory: ./html/example
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@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/licence@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
licence-file: ./LICENCE.txt
licence-token: ${{ secrets.LICENCE_PAT }}
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@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/links@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # 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@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/linting@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # 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 @@ -34,7 +34,7 @@ jobs:
python-version: "3.13"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
- uses: paddyroddy/.github/actions/python/tox@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
cache-path: .tox
pyproject-toml: ./pyproject.toml
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.266.0
rev: v0.271.0
hooks:
- id: general-hooks
- id: python-hooks
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Documentation](https://img.shields.io/badge/Documentation-Example-blueviolet.svg)](https://paddyroddy.github.io/python-template)
[![Test](https://github.com/paddyroddy/python-template/actions/workflows/test.yaml/badge.svg)](https://github.com/paddyroddy/python-template/actions/workflows/test.yaml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Renovate](https://img.shields.io/badge/renovate-enabled-orange?logo=renovatebot&logoColor=white.svg)](https://renovatebot.com)
[![Renovate](https://img.shields.io/badge/renovate-enabled-orange?logo=renovatebot&logoColor=white.svg)](https://docs.renovatebot.com)

## Installation

Expand Down

0 comments on commit e629ed0

Please sign in to comment.