From 0c10a1ca94678b4cf1af292e7e8adcc6d05928a5 Mon Sep 17 00:00:00 2001 From: vikshan <103361575+vixshan@users.noreply.github.com> Date: Sat, 23 Nov 2024 03:00:52 +0000 Subject: [PATCH] chore: update link updater configuration to include additional file types for processing --- .github/updatelinks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/updatelinks.yml b/.github/updatelinks.yml index 3d6697a3e..4218246fb 100644 --- a/.github/updatelinks.yml +++ b/.github/updatelinks.yml @@ -1,3 +1,9 @@ +files: + - "*.md" + - "*.js" + - "*.ts" + - "*.mdx" + - "*.astro" links: - old: 'https://github.com/vixshan/mina' new: 'https://github.com/vixshan/amina'