Skip to content

Commit

Permalink
Disable version updates for the mix ecosystem (#1562)
Browse files Browse the repository at this point in the history
This prevents noisy PRs that bump versions from being opened by
dependabot, instead [only allowing security updates
through](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file).
  • Loading branch information
jamilbk committed Apr 19, 2023
1 parent a80df62 commit a6659b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Only allow security updates
open-pull-requests-limit: 0
- package-ecosystem: "pip"
directory: "/"
schedule:
Expand Down

0 comments on commit a6659b5

Please sign in to comment.