Skip to content

Commit

Permalink
feat: add npm package ecosystem dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca Pessoa da Silva Matos committed Aug 17, 2021
1 parent 3d63f20 commit 3a16e2d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
labels:
- "Type: Dependencies"
- "Status: Review Needed"
- "Priority: Low"
commit-message:
prefix: "chore"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
labels:
- "Type: Dependencies"
- "Status: Review Needed"
- "Priority: Low"
commit-message:
prefix: "chore"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
labels:
- "npm dependencies"
commit-message:
prefix: "chore"

0 comments on commit 3a16e2d

Please sign in to comment.