From 4b9cac9a5a4715fc285eb77f4510e716a00a8396 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 23 Sep 2021 16:41:36 +0200 Subject: [PATCH] fix yaml indentation (#1041) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47ed6fe4..8b9227cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,8 @@ version: 2 updates: - package-ecosystem: npm directory: '/' + versioning-strategy: increase schedule: interval: daily time: '03:00' timezone: Europe/Berlin - versioning-strategy: increase