From 6c3b9f2f307add18ab8cc6e847dfb8b589ee46ce Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 27 Nov 2023 11:02:59 +0000 Subject: [PATCH] fix: Update renovate config - Enable Automerge - disable dependency dashboard Signed-off-by: Dan Webb --- .github/workflows/lint.yml | 2 +- renovate.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8f6446..73905bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ name: 'Lint, Unit & Integration Tests' jobs: lint-unit: - uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main + uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.1 integration: runs-on: ubuntu-latest diff --git a/renovate.json b/renovate.json index 5db72dd..b65764b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + ":disableDependencyDashboard", + "schedule:automergeEarlyMondays" ] }