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