Skip to content

Commit

Permalink
update dependabot workflow (#8)
Browse files Browse the repository at this point in the history
add github action dependabot and remove unnecessary comments.
  • Loading branch information
kiraware authored Feb 17, 2024
1 parent 8d90993 commit 89f3806
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
versioning-strategy: "increase-if-necessary"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 89f3806

Please sign in to comment.