ci: add dependabot config
This commit is contained in:
parent
52c87f694a
commit
a17377779d
2 changed files with 14 additions and 0 deletions
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal 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
|
1
.github/workflows/bench.yaml
vendored
1
.github/workflows/bench.yaml
vendored
|
@ -12,6 +12,7 @@ on:
|
|||
jobs:
|
||||
bench:
|
||||
name: Bench
|
||||
if: "!contains(github.event.head_commit.message, 'bump')"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue