Skip to content

Commit c5f6005

Browse files
authored
Update owlbot.py
1 parent 21fa56d commit c5f6005

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

owlbot.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
".github/workflows/docs.yml", # to avoid overwriting python version
4444
".github/workflows/lint.yml", # to avoid overwriting python version
4545
"noxfile.py",
46-
"renovate.json", # to avoid overwriting the ignorePaths list.
46+
"renovate.json", # to avoid overwriting the ignorePaths list additions:
47+
# ".github/workflows/docs.yml AND lint.yml" specifically
48+
# the version of python referenced in each of those files.
49+
# Currently renovate bot wants to change 3.10 to 3.13.
4750
]
4851
)
4952

0 commit comments

Comments
 (0)