From 9c8ed2a089ddd6d444d0b6f460498fdb57c2297d Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Tue, 29 Mar 2022 15:49:14 +0200 Subject: [PATCH] Setup renovate (#49) --- .github/renovate.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..083680b --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,32 @@ +{ + "extends": [ + "config:base" + ], + "packageRules": [ + { + "datasources": [ + "go" + ], + "extends": [ + ":automergeMinor", + ":automergePr" + ], + "postUpdateOptions": [ + "gomodTidy" + ] + }, + { + "datasources": [ + "npm" + ], + "groupName": "npm", + "schedule": ["after 9pm on sunday"] + } + ], + "assignees": [ + "cugu" + ], + "ignoreDeps": [ + "sass-loader" + ] +}