Compare commits
6 commits
b26c2e1ac4
...
b0d440bb71
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b0d440bb71 | ||
bd6e938335 | |||
1c43c3ef21 | |||
20fba40782 | |||
9843706066 | |||
![]() |
a59de5796f |
3 changed files with 4 additions and 5 deletions
|
@ -80,7 +80,6 @@ jobs:
|
||||||
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Write block height to file
|
- name: Write block height to file
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
|
||||||
env:
|
env:
|
||||||
BLOCK_HEIGHT: ${{ steps.getBlockHeight.outputs.blockHeight }}
|
BLOCK_HEIGHT: ${{ steps.getBlockHeight.outputs.blockHeight }}
|
||||||
run: mkdir -p output && echo "$BLOCK_HEIGHT" > output/version.txt
|
run: mkdir -p output && echo "$BLOCK_HEIGHT" > output/version.txt
|
||||||
|
|
|
@ -70,5 +70,5 @@
|
||||||
"axios": ">=1.7.7",
|
"axios": ">=1.7.7",
|
||||||
"micromatch": ">=4.0.8"
|
"micromatch": ">=4.0.8"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:recommended"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["*"],
|
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
|
"matchPackageNames": ["*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"npm": {
|
"npm": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue