diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b121bf..6e9a9f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - # Maintain dependencies for Python - - package-ecosystem: pip + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" directory: "/" schedule: interval: monthly @@ -9,8 +9,8 @@ updates: - "ezio-melotti" open-pull-requests-limit: 10 - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" + # Maintain dependencies for Python + - package-ecosystem: pip directory: "/" schedule: interval: monthly