From 2120b0580e56a51eb65cef0957a54dc0a86461aa Mon Sep 17 00:00:00 2001 From: odracirdev Date: Thu, 7 Nov 2024 16:38:04 -0300 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=F0=9F=9A=80=20fix=20Ana=20Cards=20?= =?UTF-8?q?project=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/community-projects.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/community-projects.data.ts b/src/data/community-projects.data.ts index 8ced70b..6cebf4c 100644 --- a/src/data/community-projects.data.ts +++ b/src/data/community-projects.data.ts @@ -18,7 +18,7 @@ export const communityProjects = [ community: 'UX Corp Rangel', tech: 'techs/astro', icon: '/images/communities/uxcorp.webp', - link: 'https://uxcorprangel.github.io/ana-cards-web/' + link: 'https://cards.anarangel.com/' }, { name: 'challengeHTML', From d73832e52d6810a6f5e9efc0104fe5313ac46556 Mon Sep 17 00:00:00 2001 From: odracirdev Date: Thu, 7 Nov 2024 16:40:47 -0300 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=20dependabot?= =?UTF-8?q?=20interval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce73d57..48bb2fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "saturday" time: "00:00" timezone: "America/Costa_Rica" From 8af1f146543862fa6889d710a8f3d02443edf37e Mon Sep 17 00:00:00 2001 From: odracirdev Date: Thu, 7 Nov 2024 16:43:25 -0300 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E2=9C=8F=EF=B8=8F=20fix=20typo=20in?= =?UTF-8?q?=20URL=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/community-projects.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/community-projects.data.ts b/src/data/community-projects.data.ts index 6cebf4c..1cbb60a 100644 --- a/src/data/community-projects.data.ts +++ b/src/data/community-projects.data.ts @@ -18,7 +18,7 @@ export const communityProjects = [ community: 'UX Corp Rangel', tech: 'techs/astro', icon: '/images/communities/uxcorp.webp', - link: 'https://cards.anarangel.com/' + link: 'https://cards.uxanarangel.com/' }, { name: 'challengeHTML',