diff --git a/core/modules/migrate_drupal/config/install/migrate.migration.d7_update_settings.yml b/core/modules/migrate_drupal/config/install/migrate.migration.d7_update_settings.yml
new file mode 100644
index 0000000..e23e4a5
--- /dev/null
+++ b/core/modules/migrate_drupal/config/install/migrate.migration.d7_update_settings.yml
@@ -0,0 +1,21 @@
+id: d7_update_settings
+label: Drupal 7 update configuration
+migration_groups:
+  - Drupal 7
+source:
+  plugin: variable
+  variables:
+    - update_max_fetch_attempts
+    - update_fetch_url
+    - update_notification_threshold
+    - update_notify_emails
+    - update_check_frequency
+process:
+  'fetch/max_attempts': update_max_fetch_attempts
+  'fetch/url': update_fetch_url
+  'notification/threshold': update_notification_threshold
+  'notification/emails': update_notify_emails
+  'check/interval_days': update_check_frequency
+destination:
+  plugin: config
+  config_name: update.settings
