From a17377779d875b4005f0321adef8e26c8e4aff64 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 4 Jan 2021 17:50:04 +0800 Subject: [PATCH] ci: add dependabot config --- .github/dependabot.yml | 13 +++++++++++++ .github/workflows/bench.yaml | 1 + 2 files changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..044a7237 --- /dev/null +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/bench.yaml b/.github/workflows/bench.yaml index 89f584a5..3289de2c 100644 --- a/.github/workflows/bench.yaml +++ b/.github/workflows/bench.yaml @@ -12,6 +12,7 @@ on: jobs: bench: name: Bench + if: "!contains(github.event.head_commit.message, 'bump')" runs-on: ubuntu-latest steps: