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: