Skip to content

Update scrolltech/bridgehistoryapi-fetcher Docker tag to v4.4.7 #4

Update scrolltech/bridgehistoryapi-fetcher Docker tag to v4.4.7

Update scrolltech/bridgehistoryapi-fetcher Docker tag to v4.4.7 #4

Workflow file for this run

name: renovate-config-validator
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Verify Renovate Configuration
uses: suzuki-shunsuke/[email protected]
- name: Renovate
uses: renovatebot/[email protected]
env:
RENOVATE_REPOSITORIES: "scroll-tech/scroll-stack"
with:
token: "${{ secrets.RENOVATE_TOKEN }}"