sigstore / sigstore-conformance

Conformance testing for Sigstore clients
https://sigstore.dev
7 stars 10 forks source link

action: bump cpython-release-tracker ref #160

Closed woodruffw closed 1 month ago

woodruffw commented 1 month ago

For the latest releases: https://github.com/woodruffw/cpython-release-tracker/pull/5

I need to figure out a good way to automate this PR as well.

jku commented 1 month ago

I think dependabot supports git submodules at some level maybe that would work?

(I cannot believe I'm suggesting using submodules for anything)

woodruffw commented 1 month ago

I think dependabot supports git submodules at some level maybe that would work?

(I cannot believe I'm suggesting using submodules for anything)

Yeah, I could do this with a submodule but then we're using submodules :lolsob:

would this work with a cron? just reading the latest commit off of that repo?

I think so -- PyCA Cryptography has a similar "update this ref in the workflow with a cron workflow" that I can crib.