diff --git a/default.json b/default.json index cf19809a..a516e3b9 100644 --- a/default.json +++ b/default.json @@ -23,6 +23,18 @@ "commitMessageSuffix": "[SECURITY]" }, "packageRules": [ + { + "description": "Auto-create PRs for OpenFeature own artifacts", + "matchSourceUrls": ["https://github.com/open-feature/**"], + "dependencyDashboardApproval": false, + "packageRules": [ + { + "description": "Schedule major updates for Fridays", + "matchUpdateTypes": ["major"], + "schedule": ["on friday"] + } + ] + }, { "description": "Automerge minor updates if they are not 0.x releases", "matchUpdateTypes": ["minor"],