Skip to content

Commit

Permalink
Merge branch 'master' into jsdw-frame-decode
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Sep 26, 2024
2 parents 4dbcc79 + ddb5d4c commit 81f8fc0
Show file tree
Hide file tree
Showing 61 changed files with 5,007 additions and 2,165 deletions.
13 changes: 3 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
directories:
- "**/*"
schedule:
interval: weekly
ignore:
# these need to be updated together, so dependabot PRs
# are just noise. So, ignore them:
- dependency-name: sp-core
- dependency-name: sp-keyring
- dependency-name: sp-runtime
- dependency-name: sp-crypto-hashing
- dependency-name: sp-version
- package-ecosystem: github-actions
directory: '/'
directory: "**/*"
schedule:
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
uses: actions-rs/[email protected]
with:
command: test
args: --doc
args: --doc --features unstable-reconnecting-rpc-client

- if: "failure()"
uses: "andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1" # v0.5
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
uses: actions-rs/[email protected]
with:
command: nextest
args: run --workspace
args: run --workspace --features unstable-reconnecting-rpc-client

- if: "failure()"
uses: "andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1" # v0.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
private-key: ${{ secrets.SUBXT_PR_MAKER_APP_KEY }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.app-token.outputs.token }}
base: master
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/validate-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Dependabot

on:
pull_request:
paths:
- '.github/dependabot.yml'
- '.github/workflows/validate-dependabot.yml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marocchino/validate-dependabot@v3
id: validate
Loading

0 comments on commit 81f8fc0

Please sign in to comment.