We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69c6fc7 + 96e4450 commit 57a256cCopy full SHA for 57a256c
generate-prs.rb
@@ -26,6 +26,10 @@
26
"charmcraft",
27
# Hopelessly complicated build
28
"pytorch",
29
+ # ansible-lint depends on ansible, which can be handled when ansible got updated
30
+ # and there is also complexity if the vulnerability is in ansible-core, which would cause
31
+ # ansible-core version discrepancy between ansible and ansible-lint
32
+ "ansible-lint",
33
]
34
35
PR_LIMIT = ENV.fetch("HOMEBREW_AUTO_PR_LIMIT", 25).to_i
0 commit comments