Skip to content

Commit

Permalink
Run renovate on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 4, 2025
1 parent 4049c6f commit 30dd386
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: run renovate

on:
workflow_dispatch:
# Monday mornings
schedule:
- cron: '15 1 * * 1'

env:
LOG_LEVEL: debug
RENOVATE_REPOSITORIES: islandora-devops/isle-buildkit
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["bash ci/update-sha.sh \"{{{depName}}}\" \"{{{currentVersion}}}\" \"{{{newVersion}}}\" \"{{{newDigest}}}\""]'
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
jobs:
run:
runs-on: ubuntu-24.04
timeout-minutes: 10

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 20

- run: npx renovate --platform=github
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
renovate-config-validator:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10

steps:
Expand Down

0 comments on commit 30dd386

Please sign in to comment.