Skip to content

Commit

Permalink
Configure Dependabot (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbischof committed Mar 13, 2021
1 parent bea609d commit ec4553f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
labels:
- ruby
rebase-strategy: auto
open-pull-requests-limit: 2
target-branch: develop
pull-request-branch-name:
separator: "-"
versioning-strategy: increase-if-necessary
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
labels:
- javascript
open-pull-requests-limit: 2
rebase-strategy: auto
target-branch: develop
pull-request-branch-name:
separator: "-"
versioning-strategy: increase

0 comments on commit ec4553f

Please sign in to comment.