Skip to content

Commit

Permalink
Merge pull request #3439 from GeotrekCE/dependabot_dont_update_django
Browse files Browse the repository at this point in the history
limit dependabot updates with django
  • Loading branch information
submarcos authored Jan 27, 2023
2 parents 6faa6d9 + dca6deb commit cd03609
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 cd03609

Please sign in to comment.