Skip to content

Commit

Permalink
chore: excluding setuptools from dependabot (#3314)
Browse files Browse the repository at this point in the history
`setuptools` version 60.2.0 and above require Python >= 3.7. If dependabot updates it, the build will fail, as we have jobs that run on Python 3.6.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
otaviomacedo authored Jan 4, 2022
1 parent a833a1d commit 215f3c4
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 @@ -48,6 +48,8 @@ updates:
labels:
- dependencies
- language/python
ignore:
- dependency-name: "setuptools"

- package-ecosystem: gomod
directory: '/packages/@jsii/go-runtime'
Expand Down

0 comments on commit 215f3c4

Please sign in to comment.