I have started using Dependabot in place of Compathelper for my packages.
It tries adding compat bounds for tests (and docs if applicable). I am wondering if this is good practice — yes, I can see the value in it, but at the same time it increases maintenance burden.
Also, can this feature of dependabot be disabled? I could not figure out how.
You have told dependabot that you have julia projects in the root directory, in docs/ and in test/ using the directories keyword (see here). If you don’t want compat updates for docs/ and test/ (and don’t use workspaces) you should be able to just remove those from directories. Most of this is explained in PSA: GitHub Dependabot now supports Julia.