diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88aaf34..8ccbbb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,8 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + - package-ecosystem: "github-actions" # See documentation for possible values + directory: ".github/" # Location of package manifests + schedule: + interval: "weekly"