mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 02:18:21 +00:00
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:
4
.github/workflows/renovate.yaml
vendored
4
.github/workflows/renovate.yaml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user