Compare commits

..

1 commit

Author SHA1 Message Date
Ticktock Depbot
b26c2e1ac4 Update Yarn to v1.22.22
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Has been cancelled
2024-12-26 14:44:07 +00:00
2 changed files with 4 additions and 3 deletions

View file

@ -80,6 +80,7 @@ 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

View file

@ -1,11 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:base"],
"packageRules": [ "packageRules": [
{ {
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"enabled": false, "enabled": false
"matchPackageNames": ["*"]
} }
], ],
"npm": { "npm": {