HBL Update Aprroval Needed ignored

I’m on HBL branch(needed OpenWrt 21), and set updates to approval needed, so I don’t possibly have to spend hours debugging when I’m in a hurry.

However, while looking through schnapps, I’ve noticed it still updating, even though I never approved any update(Don’t even know how thats done tbh).

/etc/config/updater looks ok:

config turris 'turris'
	option mode 'branch'
	option branch 'hbl'

config l10n 'l10n'

config autorun 'autorun'
	option approvals '1'
	option enable '1'

Looks a lot like Bug: update from 3.8 to 3.8.1 ignored "update approval needed" option , however my crontab at /etc/cron.d/updater looks fine:

MAILTO=""
0       0-23/2  *       *       *       root    /usr/bin/updater-supervisor -d --autorun --rand-sleep --no-network-fail

I’m having trouble debugging this because I’m not really understanding where to go after updater-supervisor, it does some things with importlib I’m not used to yet, where should I go from here to continue debugging?

Caused by a bug. Mentioned here: