From 01b679f921f3cc28f09bfc98421b5b519b35a2e0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Mar 2025 19:49:42 +0200 Subject: [PATCH] fix(actions): rename preset --- github-actions.json => actions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename github-actions.json => actions.json (83%) diff --git a/github-actions.json b/actions.json similarity index 83% rename from github-actions.json rename to actions.json index 13dcf42..aa1a03d 100644 --- a/github-actions.json +++ b/actions.json @@ -8,8 +8,8 @@ ], "automerge": true, "enabled": true, - "groupName": "github actions", - "groupSlug": "github-actions", + "groupName": "actions", + "groupSlug": "actions", "matchManagers": [ "github-actions" ],