From fc7d2e06e1d535651b2d31b459d97b7e8c2d4dcd Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 14 Mar 2023 11:31:59 -0400 Subject: [PATCH] chore(dependabot): add stencil (#26951) This PR adds Stencil to the dependabot list. Dependabot will submit a PR whenever there is a new version of Stencil so we can always stay on the latest version. Note: This will cause Dependabot to only submit Stencil v2 PRs for now due to our package.json requirements: https://github.com/ionic-team/ionic-framework/blob/d6c06ecfe85e25d7c055e08054755f249ae48cbd/core/package.json#L34 Once Ionic v7 releases and `feature-7.0` is merged into `main` we can get the latest v3 changes. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47f3afd70b..44e677b53e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,4 @@ updates: allow: - dependency-name: "@playwright/test" - dependency-name: "@axe-core/playwright" + - dependency-name: "@stencil/core"