Skip to content

Commit

Permalink
Merge pull request facebook#76 from dannyvv/pr/Dependabot
Browse files Browse the repository at this point in the history
Enable automatic PR creation for dependency updates
  • Loading branch information
dannyvv authored Feb 18, 2022
2 parents 41db006 + fdb92b6 commit 9cccf75
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ado/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 0.0.$(Date:yyMM.d)$(Rev:rrr)

trigger: none
pr:
- main

Expand Down
1 change: 1 addition & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 0.0.$(Date:yyMM.d)$(Rev:rrr)

pr: none
trigger:
- main

Expand Down
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "05:00"
timezone: "America/Los_Angeles"
labels:
- dependencies
versioning-strategy: lockfile-only
commit-message:
prefix: 📦
open-pull-requests-limit: 5

0 comments on commit 9cccf75

Please sign in to comment.