We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fa56d commit c5f6005Copy full SHA for c5f6005
owlbot.py
@@ -43,7 +43,10 @@
43
".github/workflows/docs.yml", # to avoid overwriting python version
44
".github/workflows/lint.yml", # to avoid overwriting python version
45
"noxfile.py",
46
- "renovate.json", # to avoid overwriting the ignorePaths list.
+ "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.
50
]
51
)
52
0 commit comments