Skip to content

Commit

Permalink
Bug 1859085 - Enable updatebot to check for new xsimd releases. r=ser…
Browse files Browse the repository at this point in the history
…gesanspaille

Schedule updatebot to check for new xsimd releases at the start of every Firefox Nightly release cycle. Check for tagged xsimd releases instead of using some arbitrary commit on main.

Differential Revision: https://phabricator.services.mozilla.com/D191042
  • Loading branch information
cpeterso committed Oct 17, 2023
1 parent e1c08f9 commit 52ca4b9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion third_party/xsimd/moz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ origin:
vendoring:
url: https://github.com/QuantStack/xsimd
source-hosting: github
tracking: commit
tracking: tag

exclude:
- ".*"
Expand All @@ -35,3 +35,11 @@ vendoring:

keep:
- include/

updatebot:
maintainer-phab: padenot
maintainer-bz: [email protected]
tasks:
- type: vendoring
enabled: true
frequency: release

0 comments on commit 52ca4b9

Please sign in to comment.