Skip to content

Commit

Permalink
Merge pull request #48 from jairhenrique/dependabot
Browse files Browse the repository at this point in the history
chore: Configure dependabot
  • Loading branch information
fbidu committed Dec 19, 2023
2 parents 8a969fb + 4475412 commit 4498b1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: "monday"
time: "00:00"

commit-message:
prefix: "chore(deps):"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: "monday"
time: "00:00"

commit-message:
prefix: "chore(deps):"

0 comments on commit 4498b1f

Please sign in to comment.