mirror of
https://github.com/cinnyapp/cinny.git
synced 2024-11-20 06:49:52 +01:00
Increase Pull request limit for dependabot npm updates (#454)
* Increase PR limit for dependabot * Make the invisible visible
This commit is contained in:
parent
44ab6f181c
commit
53a8e2aa57
1 changed files with 11 additions and 9 deletions
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
|
@ -1,8 +1,16 @@
|
||||||
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
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
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -10,6 +18,7 @@ updates:
|
||||||
day: "tuesday"
|
day: "tuesday"
|
||||||
time: "01:00"
|
time: "01:00"
|
||||||
timezone: "Asia/Kolkata"
|
timezone: "Asia/Kolkata"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: /
|
directory: /
|
||||||
|
@ -18,11 +27,4 @@ updates:
|
||||||
day: "tuesday"
|
day: "tuesday"
|
||||||
time: "01:00"
|
time: "01:00"
|
||||||
timezone: "Asia/Kolkata"
|
timezone: "Asia/Kolkata"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
- package-ecosystem: npm
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: "tuesday"
|
|
||||||
time: "01:00"
|
|
||||||
timezone: "Asia/Kolkata"
|
|
||||||
|
|
Loading…
Reference in a new issue