Skip to content

Commit

Permalink
Remove not working dependabot config; add comment. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Oct 21, 2024
1 parent 90028d5 commit 4c5d357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# For Python 3.6, we need to stay before
- dependency-name: wntrblm/nox
versions: "< 2024.04.15"
2 changes: 1 addition & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
path: antsibull-docs-parser
- name: Setup nox
uses: wntrblm/nox@2024.03.02
uses: wntrblm/nox@2024.03.02 # DO NOT UPDATE THIS! Newer versions do not work with Python 3.6
with:
python-versions: "3.6"
# https://github.com/ansible-community/antsibull-docs-parser/issues/25
Expand Down

0 comments on commit 4c5d357

Please sign in to comment.