Skip to content

Commit

Permalink
Merge pull request #406 from laurazard/disable-dependabot-versions
Browse files Browse the repository at this point in the history
dependabot: disable version bump checks/only keep security updates
  • Loading branch information
glours authored Jun 21, 2023
2 parents 02dae79 + 7d8722b commit 532cd92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ updates:
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
# compose-go is a library, so to maximize compatibility for downstream
# users with go's minimal version selection for dependencies we should
# ignore version bumps and only update when there are security updates
open-pull-requests-limit: 0
ignore:
- dependency-name: github.com/sirupsen/logrus
versions:
Expand Down

0 comments on commit 532cd92

Please sign in to comment.