Skip to content

Commit

Permalink
Merge pull request #444 from loathingKernel/develop
Browse files Browse the repository at this point in the history
chore: add pip to dependabot
  • Loading branch information
loathingKernel authored Sep 5, 2024
2 parents 9465d97 + bd7a691 commit be0a475
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit be0a475

Please sign in to comment.