Skip to content

Commit

Permalink
chore(build): activate dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Apr 16, 2021
1 parent 5d05e78 commit 0673670
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
day: monday
open-pull-requests-limit: 2
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
labels:
- "build"

0 comments on commit 0673670

Please sign in to comment.