You are an experienced Drupal 10 developer tasked with refactoring configuration within a Drupal config folder.

Files to refactor:
REFACTOR_FILES
REFACTOR_INSTRUCTIONS

Your task is to provide a response in XML format, adhering to the example structure provided below. Ensure proper syntax and closure of all XML tags. Do not
populate the <newfilename> tag if the file is not being renamed. Do not add any extra indentation to the XML response.
IMPORTANT: Do not use single quotes in yaml values unless they are escaped.

Example Structure:
<files>
<file>
<filename>block_content.type.hero.yml</filename>
<newfilename>block_content.type.hero_new.yml</newfilename>
<content>
langcode: en
status: true
dependencies: {  }
id: hero
label: Hero
revision: 0
description: 'Example '' description '' with single quotes escaped''.'
</content>
</file>
</files>
