If you only want your webconfig.xyz.xml file to be applied only once (rather than everytime someone calls stsadm -o copyappbincontent) then you need to include a unique guid called 'id'.
<actions>
<add path="somewhere" id="{your-configfile-specific-guid}">
....
....
</add>
</actions>