ci: add dependabot config

This commit is contained in:
LongYinan 2021-01-04 17:50:04 +08:00
parent 52c87f694a
commit a17377779d
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881
2 changed files with 14 additions and 0 deletions

13
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: cargo
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10

View file

@ -12,6 +12,7 @@ on:
jobs: jobs:
bench: bench:
name: Bench name: Bench
if: "!contains(github.event.head_commit.message, 'bump')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: