Skip to content

Commit 39824ca

Browse files
deannagarciacopybara-github
authored andcommitted
Disable dependabot for version updates that aren't security related.
This will still allow dependabot security updates according to https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit. PiperOrigin-RevId: 677879732
1 parent 86874ce commit 39824ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
# Allow up to 3 opened pull requests for github-actions versions
8-
open-pull-requests-limit: 3
7+
# Don't allow non-security PRs to be opened.
8+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)