Skip to content

chore: configure Renovate to use fix type instead of chore #21

chore: configure Renovate to use fix type instead of chore

chore: configure Renovate to use fix type instead of chore #21

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check versions
run: |
myks --help
ytt --version
kbld --version
vendir --version