Skip to content

Commit

Permalink
chore(build): activate dependabot (#619)
Browse files Browse the repository at this point in the history
* github, activate dependabot
* travis, ignore dependabot branches
  • Loading branch information
cdcabrera committed Apr 26, 2021
1 parent cf8bf3c commit c997063
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
target-branch: "ci"
versioning-strategy: increase
allow:
- dependency-type: direct
labels:
- "build"

- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
day: monday
open-pull-requests-limit: 2
target-branch: "ci"
labels:
- "build"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cache: yarn
jobs:
include:
- stage: Test
if: NOT branch =~ /^(dependabot\/)/
before_script: yarn global add codecov
script: yarn test
after_success: codecov
Expand Down

0 comments on commit c997063

Please sign in to comment.