mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
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
8 lines
No EOL
233 B
YAML
8 lines
No EOL
233 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions" # Necessary to update action hashs
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
# Don't allow non-security PRs to be opened.
|
|
open-pull-requests-limit: 0 |