Skip to content

Commit

Permalink
Renovate: paddyroddy/.github to v0.213.0 (#245)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [paddyroddy/.github](https://togithub.com/paddyroddy/.github) |
repository | minor | `v0.202.0` -> `v0.213.0` |

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://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

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

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

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

###
[`v0.212.0`](https://togithub.com/paddyroddy/.github/compare/v0.211.0...v0.212.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.211.0...v0.212.0)

###
[`v0.211.0`](https://togithub.com/paddyroddy/.github/compare/v0.210.0...v0.211.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.210.0...v0.211.0)

###
[`v0.210.0`](https://togithub.com/paddyroddy/.github/compare/v0.209.0...v0.210.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.209.0...v0.210.0)

###
[`v0.209.0`](https://togithub.com/paddyroddy/.github/compare/v0.208.0...v0.209.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.208.0...v0.209.0)

###
[`v0.208.0`](https://togithub.com/paddyroddy/.github/compare/v0.207.0...v0.208.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.207.0...v0.208.0)

###
[`v0.207.0`](https://togithub.com/paddyroddy/.github/compare/v0.206.0...v0.207.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.206.0...v0.207.0)

###
[`v0.206.0`](https://togithub.com/paddyroddy/.github/compare/v0.205.0...v0.206.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.205.0...v0.206.0)

###
[`v0.205.0`](https://togithub.com/paddyroddy/.github/compare/v0.204.0...v0.205.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.204.0...v0.205.0)

###
[`v0.204.0`](https://togithub.com/paddyroddy/.github/compare/v0.203.0...v0.204.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.203.0...v0.204.0)

###
[`v0.203.0`](https://togithub.com/paddyroddy/.github/compare/v0.202.0...v0.203.0)

[Compare
Source](https://togithub.com/paddyroddy/.github/compare/v0.202.0...v0.203.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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/paddyroddy/.github).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick J. Roddy <[email protected]>
  • Loading branch information
renovate[bot] and paddyroddy authored Aug 8, 2024
1 parent 38caaec commit 25bc459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Extract major tag
id: extract-major
run: >-
echo major_tag=$(echo ${{ steps.bump-version.outputs.new_tag }} | cut
-d'.' -f1) >> $GITHUB_OUTPUT
echo major_tag="$(echo ${{ steps.bump-version.outputs.new_tag }} | cut
-d'.' -f1)" >> "$GITHUB_OUTPUT"
# this is done manually as need a non-annotated tag
# TODO: replace with https://github.com/actions/publish-action
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.202.0
rev: v0.213.0
hooks:
- id: general-hooks
- id: python-hooks
Expand Down

0 comments on commit 25bc459

Please sign in to comment.