From 63b7ad559eb6a4aa5a1bfa1849787c4f5bcf6df6 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 23 May 2023 14:11:18 -0400 Subject: [PATCH] chore: add ionicons to dependabot (#27538) Issue number: N/A --------- This change ensures that Ionicons always stays up to date in Ionic Framework with Dependabot. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a56927376..ea5f9a729c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,4 @@ updates: - dependency-name: "@stencil/react-output-target" - dependency-name: "@stencil/sass" - dependency-name: "@stencil/vue-output-target" + - dependency-name: "ionicons"