add renovate.json
All checks were successful
/ build-container (push) Successful in 1m56s

This commit is contained in:
Finn 2025-01-12 11:38:51 -08:00
parent 8b4ce31928
commit 7cc6518f02
2 changed files with 20 additions and 0 deletions

View file

@ -27,3 +27,20 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.ref == 'refs/heads/main' }}
# deploy:
# name: Deploy to kubernetes
# runs-on: ubuntu-latest
# container:
# image: git.devhack.net/devhack/containers/deployer:latest
# needs: build-container
# if: github.ref == 'refs/heads/main'
# steps:
# - uses: actions/checkout@v4
# - name: deploy
# run: |
# set -euo pipefail
# echo "${{ secrets.KUBERNETES_CLIENT_CONFIG }}" > ~/.kube/config
# set -x
# tag=$(echo "${{ needs.build-container.outputs.tags }}" | tail -n1)
# sed -i "s#image: git.janky.solutions/finn/matrix-bridge-meshtastic:.*#image: ${tag}#" deploy/statefulset.yaml
# kubectl apply -f deploy/

3
renovate.json Normal file
View file

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}