Added renovate tests
This commit is contained in:
20
.gitea/workflows/test-config.yaml
Normal file
20
.gitea/workflows/test-config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Test Renovate Config
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test-renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:42.8.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
|
||||
- name: Run Renovate Test Script
|
||||
run: bash scripts/test-renovate.sh
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/kovagoadi.hu/Renovate/renovate-config.js"
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TEST_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user