Skip to content

Commit

Permalink
[static-build] Add ParcelJS to dependabot (#11501)
Browse files Browse the repository at this point in the history
Add ParcelJS to dependabot 🤖
  • Loading branch information
trek committed Apr 30, 2024
1 parent aef56ed commit 9fc9a10
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/short-roses-obey.md
@@ -0,0 +1,2 @@
---
---
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -175,6 +175,33 @@ updates:
update-types:
- 'minor'

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

- directory: /packages/static-build/test/fixtures/preact-v10
schedule:
interval: 'daily'
Expand Down

0 comments on commit 9fc9a10

Please sign in to comment.