Skip to content

Commit

Permalink
py3-jupyterhub-ldapauthenticator package update (#29028)
Browse files Browse the repository at this point in the history
Upstream cut a new tag which doesn't look like a release (GA) tag. They
have also yet to cut a GH release using the tag. Added regex to filter
it out. Given there is whitespace in the release names, figured we need
to leave this as polling tags?

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2024
1 parent f480cbe commit 12f21a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py3-jupyterhub-ldapauthenticator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ pipeline:

update:
enabled: true
manual: false
github:
identifier: jupyterhub/ldapauthenticator
use-tag: true
# Upstream created non-GA releases in the format: `2.0.0b1`. This regex will ignore.
ignore-regex-patterns:
- \d+(\.\d+)*b.*

0 comments on commit 12f21a1

Please sign in to comment.