Skip to content

Add renovate.json

Add renovate.json #57

Workflow file for this run

name: Main workflow
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
schedule:
- cron: "0 0 * * 5"
jobs:
plugin_test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
env:
java-version: 13
runs-on: ${{ matrix.os }}
steps:
- name: Use Java ${{ env.java-version }}
uses: actions/[email protected]
with:
java-version: ${{ env.java-version }}
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
command: elasticsearch --version