Static-Checks: Add PSA header to the list of ignored files

Add a new header file added with Mbed TLS 3.6.1 to the list
of files for which the headers are not checked for compliance
in the copyright notice.

Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: I3b366bddab35f9b05da459968e95b488aca0e34f
diff --git a/script/static-checks/check-copyright.py b/script/static-checks/check-copyright.py
index c44b378..c1fb61d 100755
--- a/script/static-checks/check-copyright.py
+++ b/script/static-checks/check-copyright.py
@@ -46,6 +46,7 @@
     'interface/include/psa/build_info.h',
     'interface/include/psa/crypto.h',
     'interface/include/psa/crypto_adjust_auto_enabled.h',
+    'interface/include/psa/crypto_adjust_config_dependencies.h',
     'interface/include/psa/crypto_adjust_config_key_pair_types.h',
     'interface/include/psa/crypto_adjust_config_synonyms.h',
     'interface/include/psa/crypto_builtin_composites.h',