Increase Pull request limit for dependabot npm updates (#454)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Thu, 31 Mar 2022 10:12:37 +0000 (15:42 +0530)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 10:12:37 +0000 (15:42 +0530)
* Increase PR limit for dependabot

* Make the invisible visible

.github/dependabot.yml

index f49eabc9363ff70711bb8976a12e9f24fcc8f0da..3683b106869b3854c9af0b354cf53ffc64a075fe 100644 (file)
@@ -1,28 +1,30 @@
 # Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
 
 version: 2
-
 updates:
-  - package-ecosystem: github-actions
+  - package-ecosystem: npm
     directory: /
     schedule:
       interval: weekly
       day: "tuesday"
       time: "01:00"
       timezone: "Asia/Kolkata"
+    open-pull-requests-limit: 15
 
-  - package-ecosystem: docker
+  - package-ecosystem: github-actions
     directory: /
     schedule:
       interval: weekly
       day: "tuesday"
       time: "01:00"
       timezone: "Asia/Kolkata"
+    open-pull-requests-limit: 5
 
-  - package-ecosystem: npm
+  - package-ecosystem: docker
     directory: /
     schedule:
       interval: weekly
       day: "tuesday"
       time: "01:00"
       timezone: "Asia/Kolkata"
+    open-pull-requests-limit: 5