From d46f0921f1741cdcb351a8f9b6f1ba23f47cc23b Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 29 Apr 2024 11:25:54 +0200 Subject: [PATCH] autoskip rc for systemd --- packages/system/systemd/collection.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/system/systemd/collection.yaml b/packages/system/systemd/collection.yaml index 0a5c41c..4008834 100644 --- a/packages/system/systemd/collection.yaml +++ b/packages/system/systemd/collection.yaml @@ -6,10 +6,12 @@ packages: github.repo: "systemd" autobump.revdeps: "true" github.owner: "systemd" + autobump.skip_if_contains: '["rc"]' - name: "systemd-ukify" category: "system" version: "255-5" labels: github.repo: "systemd" autobump.revdeps: "true" - github.owner: "systemd" \ No newline at end of file + github.owner: "systemd" + autobump.skip_if_contains: '["rc"]'