Skip to content

Commit

Permalink
chore: add comment with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov committed Nov 10, 2023
1 parent ee4e754 commit 481d7cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 0
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 481d7cb

Please sign in to comment.