mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
♻️ flux kustomizations
This commit is contained in:
34
.github/workflows/renovate.yaml
vendored
34
.github/workflows/renovate.yaml
vendored
@@ -1,23 +1,23 @@
|
||||
name: "Renovate"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dryRun:
|
||||
description: "Dry-Run"
|
||||
default: "false"
|
||||
required: false
|
||||
logLevel:
|
||||
description: "Log-Level"
|
||||
default: "debug"
|
||||
required: false
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- ".github/renovate.json5"
|
||||
- ".github/renovate/**.json5"
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# dryRun:
|
||||
# description: "Dry-Run"
|
||||
# default: "false"
|
||||
# required: false
|
||||
# logLevel:
|
||||
# description: "Log-Level"
|
||||
# default: "debug"
|
||||
# required: false
|
||||
# schedule:
|
||||
# - cron: "0 * * * *"
|
||||
# push:
|
||||
# branches: ["main"]
|
||||
# paths:
|
||||
# - ".github/renovate.json5"
|
||||
# - ".github/renovate/**.json5"
|
||||
|
||||
env:
|
||||
LOG_LEVEL: debug
|
||||
|
Reference in New Issue
Block a user