Compare commits

..

6 commits

Author SHA1 Message Date
Ticktock Depbot
b0d440bb71 Update Yarn to v1.22.22
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m27s
/ check-changes (pull_request) Successful in 16s
2024-12-26 14:50:30 +00:00
bd6e938335 Merge pull request 'Migrate renovate config' (#14) from renovate/migrate-config into main
Some checks failed
/ check-changes (push) Successful in 14s
/ build (push) Failing after 3m15s
Reviewed-on: #14
2024-12-26 14:45:39 +00:00
1c43c3ef21 Merge branch 'main' into renovate/migrate-config
Some checks failed
/ check-changes (pull_request) Successful in 15s
/ build (pull_request) Has been cancelled
2024-12-26 14:45:29 +00:00
20fba40782 Fix workflow
Some checks failed
/ build (push) Has been cancelled
/ check-changes (push) Has been cancelled
2024-12-26 15:45:12 +01:00
9843706066 Merge branch 'main' into renovate/migrate-config
Some checks failed
/ check-changes (pull_request) Successful in 15s
/ build (pull_request) Failing after 3m38s
2024-12-26 14:40:30 +00:00
Ticktock Depbot
a59de5796f Migrate config renovate.json
All checks were successful
/ check-changes (push) Successful in 14s
/ build (push) Successful in 3m59s
2024-12-26 14:29:21 +00:00
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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": {