diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6e9e36a2..446ac3593 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,17 @@ - version: 2 updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + + # Maintain dependencies for pip - package-ecosystem: "pip" directory: "/" + target-branch: "main" schedule: - interval: "monthly" \ No newline at end of file + interval: monthly + open-pull-requests-limit: 10