From 2370bc9fdb750eb651f243b65ec5762e3d8a2f0e Mon Sep 17 00:00:00 2001 From: NxPKG <116948796+NxPKG@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:56:11 +0600 Subject: [PATCH] Create renovate.json Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com> --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..229c549 --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "extends": [ + "config:base", + "group:all", + ":semanticCommitTypeAll(chore)", + "schedule:earlyMondays" + ] +}