From 0173d5e3a879b4ceb7f4fa992b1b63dd5fe8a7ad Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 2 Jan 2024 13:38:45 +0100 Subject: [PATCH] Swap ecosystem order in dependabot.yml --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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