diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 4c71a5e1..00000000 --- a/renovate.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": [ - "config:base", - "group:allNonMajor", - ":dependencyDashboard" - ], - "timezone": "Europe/Berlin", - "npm": { - "extends": ["schedule:monthly"], - "enabled": true - }, - "github-actions": { - "extends": ["group:all"], - "enabled": true, - "automerge": true, - "branchTopic": "github-actions", - "commitMessageTopic": "github-actions" - } -}