From 127e914b2d797fd48dbbd9bef3a015dd870fcf92 Mon Sep 17 00:00:00 2001 From: Anthony Rey Date: Tue, 23 Jul 2024 17:57:06 +0200 Subject: [PATCH] Add renovate --- .github/workflows/main.yml | 1 - renovate.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 renovate.json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5c9663..28e3e91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,6 @@ jobs: run: | npm ci npm run lint - npm audit --production npm test env: CI: true diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d8b4053 --- /dev/null +++ b/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + "npm:unpublishSafe", + ":maintainLockFilesWeekly", + ":disableDependencyDashboard", + ":automergeMinor", + ":automergePr", + ":automergeRequireAllStatusChecks" + ], + "prHourlyLimit": 20, + "timezone": "Europe/Paris" +}