Skip to content

Commit

Permalink
limit dependabot updates with django
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jan 27, 2023
1 parent 6240a97 commit dca6deb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
ignore:
- dependency-name: "django"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ] # only allow auto update on django bug and security fixes

0 comments on commit dca6deb

Please sign in to comment.