From 6a4837b892e427459657ef20458788374332b1c1 Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 27 Mar 2025 13:36:19 -0400 Subject: [PATCH] actually fix the `github-actions` manager not knowing how to find coastalcommits actions oops, definitely didn't put this in the wrong file the first time around --- default.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/default.json b/default.json index 8c617e2..72b20c4 100644 --- a/default.json +++ b/default.json @@ -10,6 +10,17 @@ { "matchUpdateTypes": ["digest"], "automerge": true + }, + { + "matchPackageNames": [ + "/^actions\\//" + ], + "matchManagers": [ + "github-actions" + ], + "registryUrls": [ + "https://c.csw.im" + ] } ] } \ No newline at end of file