From c8ca4f893ad6e88d9a8401ab03d776c04e22e92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arenal=20Pereira?= Date: Tue, 10 Sep 2024 13:22:34 +0200 Subject: [PATCH] feat(frontend): add frontend renovate config (#11) --- frontend.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend.json diff --git a/frontend.json b/frontend.json new file mode 100644 index 0000000..bd04933 --- /dev/null +++ b/frontend.json @@ -0,0 +1,11 @@ +{ + "extends": [ + "github>empathyco/.github", + ":semanticCommitTypeAll(chore)", + "schedule:earlyMondays", + "npm:unpublishSafe", + "workarounds:typesNodeVersioning" + ], + "rangeStrategy": "bump", + "ignoreDeps": ["npm", "node"] + }