Skip to content

Commit

Permalink
[tests] Add Preact@10 to static build fixtures dependabot (#11306)
Browse files Browse the repository at this point in the history
Add Preact@10 to static build fixtures dependabot
  • Loading branch information
trek committed Apr 1, 2024
1 parent 346e665 commit 326fe0f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/twelve-sloths-matter.md
@@ -0,0 +1,2 @@
---
---
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -139,6 +139,30 @@ updates:
update-types:
- 'minor'

- directory: /packages/static-build/test/fixtures/preact-v10
schedule:
interval: 'daily'
open-pull-requests-limit: 1
reviewers:
- 'trek'
- 'TooTallNate'
- 'EndangeredMassa'
commit-message:
prefix: '[framework-fixtures]'
package-ecosystem: 'npm'
allow:
- dependency-name: 'preact*'
ignore:
- dependency-name: 'preact*'
update-types:
['version-update:semver-major', 'version-update:semver-patch']
groups:
core:
patterns:
- 'preact*'
update-types:
- 'minor'

- directory: /packages/static-build/test/fixtures/stencil-v4
schedule:
interval: 'daily'
Expand Down

0 comments on commit 326fe0f

Please sign in to comment.