mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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: d6c06ecfe8/core/package.json (L34)
Once Ionic v7 releases and `feature-7.0` is merged into `main` we can get the latest v3 changes.
11 lines
254 B
YAML
11 lines
254 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/core"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-name: "@playwright/test"
|
|
- dependency-name: "@axe-core/playwright"
|
|
- dependency-name: "@stencil/core"
|