Skip to content

Commit

Permalink
Merge pull request #3095 from onflow/bastian/update-downstream-depend…
Browse files Browse the repository at this point in the history
…encies-config

Update configuration of downstream dependencies
  • Loading branch information
turbolent authored Feb 13, 2024
2 parents 6851caa + dbb144f commit 8fd1c40
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions tools/update/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ repos:
- onflow/flow-go
- onflow/flow-emulator

- repo: onflow/flow-cli
- repo: onflow/flowkit
needsRelease: false
prefixPRTitle: true
branch: feature/stable-cadence
mods:
- path: flowkit
- path: ""
deps:
- onflow/cadence
- onflow/flow-go-sdk
Expand All @@ -77,10 +76,22 @@ repos:
- onflow/flow-emulator
- onflow/cadence-tools/lint
- onflow/cadence-tools/test
- onflow/flow-cli/flowkit
- onflow/flowkit

- repo: onflow/flixkit-go
needsRelease: true
branch: feature/stable-cadence
mods:
- path: ""
deps:
- onflow/cadence
- onflow/flow-go-sdk
- onflow/flow-go
- onflow/flow-emulator

- repo: onflow/flow-cli
needsRelease: true
branch: feature/stable-cadence
mods:
- path: ""
deps:
Expand All @@ -91,3 +102,5 @@ repos:
- onflow/cadence-tools/test
- onflow/cadence-tools/lint
- onflow/cadence-tools/languageserver
- onflow/flixkit-go
- onflow/flowkit

0 comments on commit 8fd1c40

Please sign in to comment.