Skip to content

Commit

Permalink
chore(build): activate dependabot (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed May 11, 2021
1 parent 743954a commit 1833d02
Showing 1 changed file with 24 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: monthly
day: monday
open-pull-requests-limit: 10
target-branch: "main"
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: "main"
labels:
- "build"

0 comments on commit 1833d02

Please sign in to comment.