Skip to content

Commit

Permalink
chore: enable dependabot (#11)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

Adding dependabot config

---------

Co-authored-by: Anton Dubovik <[email protected]>
  • Loading branch information
dspashynskyi and adubovik authored Nov 7, 2023
1 parent 75b988e commit 4c3abc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "09:00"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

0 comments on commit 4c3abc0

Please sign in to comment.