More updates to stop using dev or alpha or beta versions.
[yaffs-website] / web / core / modules / update / migrations / update_settings.yml
1 id: update_settings
2 label: Update configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: variable
9   variables:
10     - update_max_fetch_attempts
11     - update_fetch_url
12     - update_notification_threshold
13     - update_notify_emails
14     - update_check_frequency
15   source_module: update
16 process:
17   'fetch/max_attempts': update_max_fetch_attempts
18   'fetch/url': update_fetch_url
19   'notification/threshold': update_notification_threshold
20   'notification/emails': update_notify_emails
21   'check/interval_days': update_check_frequency
22 destination:
23   plugin: config
24   config_name: update.settings