From 3b5998f4e10d2d2d3e0bfd77eacc99927838d10d Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 4 Nov 2024 23:58:07 +0800 Subject: [PATCH] fix(GH): rm CODEOWNERS I'd like to use the new GitHub mobile Focused notifications feature to filter out all Renovate PRs and see actual human issues/PRs --- .github/{CODEOWNERS => CODEOWNERS-disabled} | 0 .github/workflows/renovate.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{CODEOWNERS => CODEOWNERS-disabled} (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS-disabled similarity index 100% rename from .github/CODEOWNERS rename to .github/CODEOWNERS-disabled diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 866e3f10..fc3633ac 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -16,7 +16,7 @@ on: default: debug required: false schedule: - - cron: "*/2 * * * *" # every 30 minutes + - cron: "0 * * * *" # every hour push: branches: ["main"] paths: @@ -63,4 +63,4 @@ jobs: - name: Renovate uses: renovatebot/github-action@28bcd5c4900a4353b5c9af9e1bd61dd6377f0f0d # v40.3.5 with: - token: "${{ steps.oauth-token.outputs.token }}" \ No newline at end of file + token: "${{ steps.oauth-token.outputs.token }}"