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
This commit is contained in:
JJGadgets
2024-11-04 23:58:07 +08:00
parent b3a1ad1e30
commit 3b5998f4e1
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}"
token: "${{ steps.oauth-token.outputs.token }}"