Skip to content

Commit

Permalink
ci: exclude dependabot for docker python (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Mar 27, 2022
1 parent 3f0e533 commit 38f9a6f
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 @@ -9,6 +9,9 @@ updates:
prefix: "fix"
include: "scope"
open-pull-requests-limit: 10
ignore:
- dependency-name: "python"
update-types: ["version-update:semver-minor", "version-update:semver-major"]

- package-ecosystem: "pip"
directory: "/"
Expand Down

0 comments on commit 38f9a6f

Please sign in to comment.