Log4JNA Dependency Update #397
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Log4JNA Dependency Update | |
on: | |
schedule: | |
# The "*" (#42, asterisk) character has special semantics in YAML, so this | |
# string has to be quoted. | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: renovate | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- uses: actions/checkout@v3 | |
# GitHub Action to run self-hosted Renovate | |
- name: Renovate Bot GitHub Action | |
uses: renovatebot/[email protected] | |
with: | |
configurationFile: .github/renovate.json | |
token: ${{ secrets.RENOVATE_TOKEN }} | |
env: | |
RENOVATE_REPOSITORIES: dblock/log4jna |