From: XhmikosR Date: Wed, 3 Apr 2024 05:51:24 +0000 (+0300) Subject: dependabot.yml: move actions before pip X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4fd06daa6d5538e11c69428ef573c14ed477b593;p=stevenblack-hosts.git dependabot.yml: move actions before pip --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4011f1184..0f557c73e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,17 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: monthly labels: - dependencies - - python - versioning-strategy: lockfile-only - - package-ecosystem: "github-actions" + - github_actions + - package-ecosystem: "pip" directory: "/" schedule: - interval: monthly + interval: weekly labels: - dependencies - - github_actions + - python + versioning-strategy: lockfile-only