From 6347badac6c9ebfa36b88dfac2dfa49b10c91408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:44:33 +0000 Subject: [PATCH] Renovate: UCL-MIRSG/.github to v0.50.0 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
UCL-MIRSG/.github (UCL-MIRSG/.github) ### [`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)
--- ### 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. --- - [ ] 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). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Patrick J. Roddy --- .github/settings.yml | 10 ++++++---- .github/workflows/linting.yml | 5 +++-- .github/workflows/manage-projects.yml | 3 ++- .pre-commit-config.yaml | 3 ++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index d4ef15e..f6b3b48 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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 @@ -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: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 04197ae..4792bc7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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 diff --git a/.github/workflows/manage-projects.yml b/.github/workflows/manage-projects.yml index 382288b..9417459 100644 --- a/.github/workflows/manage-projects.yml +++ b/.github/workflows/manage-projects.yml @@ -1,3 +1,4 @@ +--- name: Manage issues on the projects board on: @@ -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 }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5944a5e..6229528 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ +--- repos: - repo: https://github.com/UCL-MIRSG/.github - rev: v0.47.0 + rev: v0.50.0 hooks: - id: mirsg-hooks