From 47274c85f46ee79144827a640f94e987e3c65be1 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 10 Jun 2023 18:13:41 +0200 Subject: [PATCH] Reformat --- .gitlab-ci.yml | 1 - renovate.json | 8 ++------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14c0667..17df665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,4 +15,3 @@ deploy_gitlab: script: - echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc - npm publish - diff --git a/renovate.json b/renovate.json index 4b6fc4e..c0fce17 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "ignorePresets": [ - ":prHourlyLimit200" - ] + "extends": ["config:base"], + "ignorePresets": [":prHourlyLimit200"] } -- GitLab