Skip to content

Update container image docker.io/stakater/forecastle to v1.0.144 #175309

Update container image docker.io/stakater/forecastle to v1.0.144

Update container image docker.io/stakater/forecastle to v1.0.144 #175309

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0/5 * * * *'
push:
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
env:
LOG_LEVEL: DEBUG
with:
configurationFile: .github/renovate.js
token: ${{ secrets.RENOVATE_TOKEN }}