Skip to content

Commit

Permalink
chore: enable dependabot (#5)
Browse files Browse the repository at this point in the history
* chore: enable dependabot

adding dependabot config file

* disable dependabot version update

* chore: add comment with explanation

---------

Co-authored-by: Vladislav Yatsun <vyatsun@deltixlab.com>
  • Loading branch information
dspashynskyi and nepalevov authored Nov 10, 2023
1 parent 1600be3 commit 4663a9a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "09:00"
# Disable version updates, keep security updates only
open-pull-requests-limit: 0
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

0 comments on commit 4663a9a

Please sign in to comment.