Skip to content

Commit

Permalink
Update dependabot.yml [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon authored Nov 21, 2023
1 parent 72cadf4 commit 6f05aba
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: black
versions:
- 21.4b0
- 21.4b1
- dependency-name: flake8
versions:
- 3.9.0
- package-ecosystem: "poetry"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
- "automerge"
rebase-strategy: "disabled"

0 comments on commit 6f05aba

Please sign in to comment.