mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 08:17:57 +00:00
ci: add dependabot check (#1732)
* add dependabot check * Update .github/workflows/validate-dependabot.yml * use latest version * remove pr comment
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user