Does personal DRONE_TOKEN get rotated?

Does the personal token DRONE_TOKEN ever get rotated?
If so, how frequently?

I know this question was asked before Personal token rotate? - Drone but I’m wondering if this has changed?

I’m running Drone server v2.9.1.

Tokens are not automatically rotated, however, you can manually rotate your token with the following API call

POST /api/user/token?rotate=true