dependabot.yml: move actions before pip
authorXhmikosR <redacted>
Wed, 3 Apr 2024 05:51:24 +0000 (08:51 +0300)
committerXhmikosR <redacted>
Wed, 3 Apr 2024 14:00:59 +0000 (17:00 +0300)
.github/dependabot.yml

index 4011f1184944cb728b5e24a30df41c688dcb1b23..0f557c73ed7088174ff389a84b2da4f75c26be06 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT