From a Slack thread:
I found out that Ponder, since version 0.11.40, has been ignoring most of the fields of the object exported from ponder.config.ts file. The breaking change was introduced here. This means that the indexingBehaviourDependencies field has been ignored for a while now. What’s more, I learnt that the Ponder Build ID is generated based on the literal contents of ponder.schema.ts file. It means, that even if we change ENSIndexer Schema in ENSDb SDK, the ponder.schema.ts file content remains unchanged, so does the Ponder Build ID.
From a Slack thread: