Skip to content

Commit

Permalink
Create dependabot.yml (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamAdnan3 authored Dec 11, 2024
1 parent de79a3b commit fba8ef1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "rubygems"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependency update"
commit-message:
prefix: "build"
include: "scope"
open-pull-requests-limit: 10
rebase-strategy: "auto"
reviewers:
- "MaryamAdnan3"
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Upload coverage report
if: ${{ matrix.ruby-version == '3.2' }}
if: ${{ matrix.ruby-version == '3.2' && github.actor != 'dependabot[bot]'}}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_REPORTER_ID }}
Expand Down

0 comments on commit fba8ef1

Please sign in to comment.