Skip to content

Commit e8d223f

Browse files
quark-zjufacebook-github-bot
authored andcommitted
oss: attempt to disable dependabot PRs
Summary: The dependabot PRs for Javascript and Rust cannot be used as-is because our monorepo requires "offline mirrors" for dependencies that dependabot cannot directly update. So let's just limit the dependabot PR to 0. I guess this does not disable security alerts which are shown separately (https://github.com/facebook/sapling/security/dependabot). Reviewed By: zzl0 Differential Revision: D54129988 fbshipit-source-id: b98cd903786b4a0245a17c0343733b22a1f000c6
1 parent 63f2d05 commit e8d223f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
open-pull-requests-limit: 0
10+
- package-ecosystem: "cargo"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)