CI: Add Renovate automation and Caddy v3 monitor; fix CADDY_IMAGE ARG scope

This commit is contained in:
Wikid82
2025-11-18 18:48:03 -05:00
parent 3111421b92
commit 778854473a
4 changed files with 159 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Renovate
on:
schedule:
- cron: '0 5 * * *' # daily 05:00 EST
workflow_dispatch:
permissions:
contents: write
pull-requests: write
issues: write
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Run Renovate
uses: renovatebot/github-action@v40.1.11
with:
configurationFile: .github/renovate.json
token: ${{ secrets.GITHUB_TOKEN }}
env:
LOG_LEVEL: info