Skip to content

Commit

Permalink
fix(GH): rm CODEOWNERS
Browse files Browse the repository at this point in the history
I'd like to use the new GitHub mobile Focused notifications feature to filter out all Renovate PRs and see actual human issues/PRs
  • Loading branch information
JJGadgets committed Nov 4, 2024
1 parent b3a1ad1 commit 3b5998f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: debug
required: false
schedule:
- cron: "*/2 * * * *" # every 30 minutes
- cron: "0 * * * *" # every hour
push:
branches: ["main"]
paths:
Expand Down Expand Up @@ -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 }}"

0 comments on commit 3b5998f

Please sign in to comment.