Skip to content

Commit

Permalink
Comment out Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsunkel committed Jul 8, 2024
1 parent f00e82a commit fa09936
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "00:00"
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: flake8-bugbear # TET-129
versions:
- "> 22.1.11"
dependency-name: pylint-pytest
versions:
- "> 1.1.2"
rebase-strategy: disabled
# version: 2
# updates:
# - package-ecosystem: pip
# directory: "/"
# schedule:
# interval: weekly
# time: "00:00"
# timezone: Europe/London
# open-pull-requests-limit: 10
# ignore:
# - dependency-name: flake8-bugbear # TET-129
# versions:
# - "> 22.1.11"
# dependency-name: pylint-pytest
# versions:
# - "> 1.1.2"
# rebase-strategy: disabled

0 comments on commit fa09936

Please sign in to comment.