diff --git a/.github/renovate.json b/.github/renovate.json index 72b5789ef..b4841e7dd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "description": "Brunch Renovate configuration", - "extends": ["github>hashintel/.github:renovate-config"] + "extends": ["github>hashintel/actions:renovate-config"] } diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index b699b8cbd..f1a571e11 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -6,7 +6,7 @@ on: - ".github/workflows/housekeeping.yml" - ".github/renovate.json" schedule: - - cron: "0 */2 * * *" + - cron: "0 3 * * *" workflow_dispatch: inputs: repoCache: @@ -65,7 +65,7 @@ jobs: actions: read contents: read id-token: write - uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@db03b98f807376bafb54963f61090600b85125b9 # main + uses: hashintel/actions/.github/workflows/housekeeping-dependencies.yml@66c812140c0f8f4a215c5f54dce5b40b476337d8 # main with: repoCache: ${{ inputs.repoCache || 'enabled' }} logLevel: ${{ inputs.logLevel || 'info' }} diff --git a/.github/workflows/preflight-target.yml b/.github/workflows/preflight-target.yml index e5f59ea52..eb0f4a6f9 100644 --- a/.github/workflows/preflight-target.yml +++ b/.github/workflows/preflight-target.yml @@ -16,10 +16,10 @@ jobs: permissions: contents: read pull-requests: write - uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@db03b98f807376bafb54963f61090600b85125b9 # main + uses: hashintel/actions/.github/workflows/preflight-dependencies.yml@66c812140c0f8f4a215c5f54dce5b40b476337d8 # main pr-title: name: PR title permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@db03b98f807376bafb54963f61090600b85125b9 # main + uses: hashintel/actions/.github/workflows/preflight-pr-title.yml@66c812140c0f8f4a215c5f54dce5b40b476337d8 # main diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 808c40e51..79753bd23 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -13,10 +13,10 @@ jobs: name: Todo comments permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@db03b98f807376bafb54963f61090600b85125b9 # main + uses: hashintel/actions/.github/workflows/preflight-todo-comments.yml@66c812140c0f8f4a215c5f54dce5b40b476337d8 # main lint: name: Lint permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-actionlint.yml@db03b98f807376bafb54963f61090600b85125b9 # main + uses: hashintel/actions/.github/workflows/preflight-actionlint.yml@66c812140c0f8f4a215c5f54dce5b40b476337d8 # main