diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-07-30 15:00:54 -0400 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-07-30 15:00:54 -0400 |
| commit | 38f0697e1e2892b0c135422b53dde1764c5e41dc (patch) | |
| tree | 96ec640095df3b44624f63ff51156b2a53fe846c /.github/dependabot.yml | |
| parent | 73c8aacaed3c4e943bea22fdac010b8eebd75d05 (diff) | |
| download | submelon.dev-38f0697e1e2892b0c135422b53dde1764c5e41dc.tar.gz submelon.dev-38f0697e1e2892b0c135422b53dde1764c5e41dc.tar.bz2 submelon.dev-38f0697e1e2892b0c135422b53dde1764c5e41dc.zip | |
dependabot.yml: Reduce pull requests to security updates only
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73cdd92..1555598 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,9 @@ updates: schedule: day: "saturday" interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "github-actions" directory: "/" schedule: day: "saturday" - interval: "weekly"
\ No newline at end of file + interval: "weekly" |
