Skip to content

Commit

Permalink
Change container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegler-daniel committed Mar 12, 2024
1 parent ffd11b8 commit b798fc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
on:
schedule:
- cron: '0 18 * * *'
- cron: '0 11 * * *'

jobs:
renovate:
runs-on: ubuntu-latest
container:
image: renovate/renovate:37
image: ghcr.io/renovatebot/renovate:37
env:
RENOVATE_PLATFORM: github
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_AUTODISCOVER: false
RENOVATE_REPOSITORIES: '["intermission-renovate/flutter-pub"]'
LOG_LEVEL: debug
steps:
Expand Down

0 comments on commit b798fc5

Please sign in to comment.