From 5b857b62f9bcaf6aa7f65d75638dc0dd6c6a04ab Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Wed, 11 Mar 2026 08:46:18 +0100 Subject: [PATCH] chore: auto-create PRs for OpenFeature own artifacts Override dependencyDashboardApproval for all packages sourced from github.com/open-feature/** so that PRs are created automatically: - patch/minor/digest: immediately - major: every Friday Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Schrottner --- default.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"],