Skip to content

Commit

Permalink
Update .github/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored Sep 30, 2024
1 parent e4f4edb commit 4c3954b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
allow:
- dependency-type: all

- package-ecosystem: "github-actions"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
allow:
- dependency-type: all

0 comments on commit 4c3954b

Please sign in to comment.