From 2d624d40a03a4e35405b8dbe583b7a940a1a9f26 Mon Sep 17 00:00:00 2001 From: Christoph Blessing Date: Tue, 3 Jan 2023 15:50:30 +0100 Subject: [PATCH] Correct indentation in ci workflow and activate renovate bot again --- .github/workflows/ci.yml | 6 +++--- renovate.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd4d667b..5e69452d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: branches: - main - dev - pull_request: - branches: - - dev + pull_request: + branches: + - dev jobs: build: diff --git a/renovate.json b/renovate.json index ba1b2a7d..5b41c91d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "enabled": false, "extends": ["config:base", "schedule:weekly"], "baseBranches": ["dev"], "labels": ["Internal 🔨"],