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 }}"