From 5c28af1eca74521fc98380aef6d2736f97ede4ba Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sat, 6 Apr 2024 22:57:16 +0000 Subject: [PATCH] fix: renovatebot config Signed-off-by: Ludovic Ortega --- .github/renovate.json5 | 6 +++--- .github/workflows/lint.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d1374c1..ace65f5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,8 +8,8 @@ automergeType: 'pr', platformAutomerge: true, rebaseWhen: 'conflicted', - "timezone": "Europe/Paris", - "schedule": [ + timezone: "Europe/Paris", + schedule: [ "before 9pm on friday" ], prConcurrentLimit: 0, @@ -32,7 +32,7 @@ pin: { automerge: true, }, - pre-commit: { + "pre-commit": { enabled: true }, customManagers: [ diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14ffc18..14f0774 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,6 @@ name: Lint and Test Charts on: + - push - pull_request jobs: lint-test: