From ac8e0ceb846c02a3f7300d5436cf18a04dcb29c0 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 12 Jun 2025 12:54:41 +0200 Subject: [PATCH] 1 --- .woodpecker.yaml | 5 +++-- renovate.json => default.json | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename renovate.json => default.json (100%) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 6a55b88..b891b10 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,14 +1,15 @@ when: event: [manual, pull_request, push] branch: main - path: [.woodpecker.yaml, renovate.json, "**/*.yaml", "**/*.md"] + path: [.woodpecker.yaml, default.json, "**/*.yaml", "**/*.md"] steps: renovate: image: kokuwaio/renovate-config-validator depends_on: [] - when: [path: [.woodpecker.yaml, renovate.json]] + failure: true + when: [path: [.woodpecker.yaml, default2.json]] yaml: image: kokuwaio/yamllint diff --git a/renovate.json b/default.json similarity index 100% rename from renovate.json rename to default.json