diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f49eabc..3683b10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,16 @@ # Docs: version: 2 - updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + day: "tuesday" + time: "01:00" + timezone: "Asia/Kolkata" + open-pull-requests-limit: 15 + - package-ecosystem: github-actions directory: / schedule: @@ -10,6 +18,7 @@ updates: day: "tuesday" time: "01:00" timezone: "Asia/Kolkata" + open-pull-requests-limit: 5 - package-ecosystem: docker directory: / @@ -18,11 +27,4 @@ updates: day: "tuesday" time: "01:00" timezone: "Asia/Kolkata" - - - package-ecosystem: npm - directory: / - schedule: - interval: weekly - day: "tuesday" - time: "01:00" - timezone: "Asia/Kolkata" + open-pull-requests-limit: 5