Skip to content

chore(deps): update dependency linkerd/linkerd2 to v2.14.1 (#37) #794

chore(deps): update dependency linkerd/linkerd2 to v2.14.1 (#37)

chore(deps): update dependency linkerd/linkerd2 to v2.14.1 (#37) #794

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 11 * * *"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}