42da5a26e3
Adds .github/workflows/renovate.yml using renovatebot/github-action@v40.3.0 with daily cron + manual dispatch. Removes Dependabot references. Reviewed and approved: - UAT (Patty): approved via PR comment - QA (Regina): approved via Paperclip - CTO (Nancy): formal GitHub review approval Admin merge used: QA formal GitHub review blocked by same-App identity platform constraint (same issue as PR #108).
15 lines
302 B
YAML
15 lines
302 B
YAML
name: Renovate
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: renovatebot/github-action@v40.3.0
|
|
with:
|
|
configurationFile: renovate.json
|
|
renovate-json5: true
|