From 5a7a3d052d527baea6ee71717e0147d079c8107f Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Fri, 25 Nov 2022 23:59:44 +0100 Subject: [PATCH] Cleanup YAML in `.github/dependabot.yml` --- .github/dependabot.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e12c7a81..e6b3ad7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,13 @@ -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "maven" - directory: "/" - target-branch: "development" + - package-ecosystem: maven + directory: / + target-branch: development schedule: - interval: "monthly" + interval: monthly - - package-ecosystem: "github-actions" - directory: "/" - target-branch: "development" + - package-ecosystem: github-actions + directory: / + target-branch: development schedule: - interval: "monthly" + interval: monthly