mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
ci: Remove Renovate workflow
This commit is contained in:
parent
8618a159eb
commit
eefb10a702
2 changed files with 0 additions and 40 deletions
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
|
@ -3,7 +3,4 @@
|
|||
"github>bjw-s/renovate-config",
|
||||
"github>bjw-s/renovate-config:automerge-github-actions",
|
||||
],
|
||||
platform: "github",
|
||||
username: "bjw-s-bot[bot]",
|
||||
gitAuthor: "bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>",
|
||||
}
|
||||
|
|
37
.github/workflows/schedule-renovate.yaml
vendored
37
.github/workflows/schedule-renovate.yaml
vendored
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
name: Schedule - Renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dryRun:
|
||||
description: "Dry-Run"
|
||||
default: false
|
||||
required: false
|
||||
type: boolean
|
||||
logLevel:
|
||||
description: "Log-Level"
|
||||
default: "debug"
|
||||
required: false
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".github/renovate.json5"
|
||||
- ".github/renovate/**.json"
|
||||
- ".github/renovate/**.json5"
|
||||
- ".github/workflows/schedule-renovate.yaml"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
name: Renovate
|
||||
uses: bjw-s/gh-workflows/.github/workflows/run-renovate.yaml@main
|
||||
with:
|
||||
configurationFile: ".github/renovate.json5"
|
||||
dryRun: ${{ inputs.dryRun || 'false' }}
|
||||
renovateLogLevel: ${{ inputs.logLevel || 'debug' }}
|
||||
secrets:
|
||||
app_id: ${{ secrets.BJWS_APP_ID }}
|
||||
app_private_key: ${{ secrets.BJWS_APP_PRIVATE_KEY }}
|
Loading…
Add table
Add a link
Reference in a new issue