Deadlocks occur when two (or more) sessions cannot proceed because they hold mutually incompatible locks on the same resources. SQL Server handles deadlocks internally and resolves them by killing the transaction with the least deadlock priority or the one that has done the least amount of work. I recommend that you speak to your DBA team to ascertain what queries are involved in these deadlocks, collect as much information as you can and raise a support ticket so we can assist you.
The below link is extremely useful in identifying and resolving deadlocks, it should assist your DBA team with your investigations.
https://www.brentozar.com/archive/2017/12/introducing-sp_blitzlock-troubleshooting-sql-server-deadlocks/Regards
------------------------------
Chris McGowan
Senior Technical Consultant
Blue Prism
------------------------------