Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Renovate: UCL-MIRSG/.github to v0.50.0 (#20)
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 |
|---|---|---|---|
| [UCL-MIRSG/.github](https://togithub.com/UCL-MIRSG/.github) |
repository | minor | `v0.47.0` -> `v0.50.0` |
| [UCL-MIRSG/.github](https://togithub.com/UCL-MIRSG/.github) | action |
minor | `v0.47.0` -> `v0.50.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>UCL-MIRSG/.github (UCL-MIRSG/.github)</summary>

###
[`v0.50.0`](https://togithub.com/UCL-MIRSG/.github/compare/v0.49.0...v0.50.0)

[Compare
Source](https://togithub.com/UCL-MIRSG/.github/compare/v0.49.0...v0.50.0)

###
[`v0.49.0`](https://togithub.com/UCL-MIRSG/.github/compare/v0.48.0...v0.49.0)

[Compare
Source](https://togithub.com/UCL-MIRSG/.github/compare/v0.48.0...v0.49.0)

###
[`v0.48.0`](https://togithub.com/UCL-MIRSG/.github/compare/v0.47.0...v0.48.0)

[Compare
Source](https://togithub.com/UCL-MIRSG/.github/compare/v0.47.0...v0.48.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 these
updates again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/UCL-MIRSG/admin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

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 Apr 3, 2024
1 parent 19da692 commit 6347bad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# These settings are synced to GitHub by https://github.com/github/safe-settings

---
repository:
allow_auto_merge: true
allow_merge_commit: false
Expand Down Expand Up @@ -30,9 +30,11 @@ branches:
bypass_pull_request_allowances:
apps:
- renovate
users: []
teams: []
dismissal_restrictions: {}
users:
teams:
dismissal_restrictions:
users:
teams:
required_status_checks:
enforce_admins: true
restrictions:
5 changes: 3 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: Linting

on:
push:
branches:
- main
- "renovate/**"
- renovate/**
pull_request:

jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@74b8380a4515702d37a8d0aff5e6411ddb4fd221 # v0.47.0
- uses: UCL-MIRSG/.github/actions/linting@fa984de2f3f5eee75114b90fc721a96e57f33562 # v0.50.0
with:
pre-commit-config: ./.pre-commit-config.yaml
3 changes: 2 additions & 1 deletion .github/workflows/manage-projects.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Manage issues on the projects board

on:
Expand All @@ -9,7 +10,7 @@ jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/add-to-project@74b8380a4515702d37a8d0aff5e6411ddb4fd221 # v0.47.0
- uses: UCL-MIRSG/.github/actions/add-to-project@fa984de2f3f5eee75114b90fc721a96e57f33562 # v0.50.0
with:
app-id: ${{ secrets.APP_ID }}
app-pem: ${{ secrets.APP_PEM }}
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
repos:
- repo: https://github.com/UCL-MIRSG/.github
rev: v0.47.0
rev: v0.50.0
hooks:
- id: mirsg-hooks

0 comments on commit 6347bad

Please sign in to comment.