]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update dependabot.yml
authorXhmikosR <xhmikosr@gmail.com>
Tue, 21 Mar 2023 10:27:28 +0000 (12:27 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2023 10:27:28 +0000 (12:27 +0200)
.github/dependabot.yml

index 29135b4007e5676a4278fe5806df713764aed145..f54ba8953b5dbc3efdab655c0d66e6b7ec4cb18c 100644 (file)
@@ -1,24 +1,23 @@
 version: 2
 updates:
-  - package-ecosystem: npm
+  - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: weekly
       day: tuesday
       time: "12:00"
       timezone: Europe/Athens
-    open-pull-requests-limit: 10
+  - package-ecosystem: npm
+    directory: "/"
     reviewers:
       - XhmikosR
     labels:
       - dependencies
       - v5
-    versioning-strategy: increase
-    rebase-strategy: disabled
-  - package-ecosystem: "github-actions"
-    directory: "/"
     schedule:
       interval: weekly
       day: tuesday
       time: "12:00"
       timezone: Europe/Athens
+    versioning-strategy: increase
+    rebase-strategy: disabled