diff --git a/.gitignore b/.gitignore index 485dee6..c38fa4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +*.iml diff --git a/renovate.json b/renovate.json index 8ad123a..3736c8b 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,16 @@ "github>code0-tech/monoceros//renovate/global.json5" ], "assignees": [ - "raphael-goetz", "Taucher2003" + ], + "packageRules": [ + { + "matchFileNames": [ + "build/rust/**" + ], + "assignees": [ + "raphael-goetz" + ] + } ] }