Skip to content

Commit

Permalink
disable dependabot for pip and enable for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
codl committed Sep 3, 2024
1 parent 4ca1a10 commit 686a367
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2
updates:
- package-ecosystem: pip
allow:
- dependency-type: direct
directory: "/"
#- package-ecosystem: pip
# allow:
# - dependency-type: direct
# directory: "/"
# schedule:
# interval: monthly
# open-pull-requests-limit: 10
# assignees:
# - codl
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 10
assignees:
- codl

0 comments on commit 686a367

Please sign in to comment.