mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
Merge pull request #110 from Ocelot-Social-Community/fix-open-pull-requests-limit
chore(other): fix open pull requests limit.
This commit is contained in:
commit
cb164caa92
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -1,8 +1,8 @@
|
||||
version: 2
|
||||
open-pull-requests-limit: 0
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
open-pull-requests-limit: 99
|
||||
directory: "/"
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
@ -12,6 +12,7 @@ updates:
|
||||
time: "03:00"
|
||||
|
||||
- package-ecosystem: npm
|
||||
open-pull-requests-limit: 99
|
||||
directory: "/"
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user