diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c..9787554 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,12 @@ version: 2 updates: + - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"