Skip to content

Commit

Permalink
Enable dependabot pip and github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Apr 10, 2023
1 parent af4d40e commit 889fbd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

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

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

0 comments on commit 889fbd7

Please sign in to comment.