This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 21
21
"matchUpdateTypes" : [ "minor" ] ,
22
22
"automergeType" : "branch" ,
23
23
"automerge" : true ,
24
+ "ignoreTests" : true ,
25
+ "schedule" : [ "on Sunday" ] ,
24
26
} ,
25
27
26
28
{
39
41
"^ansible/win-simple\\.yml$" ,
40
42
] ,
41
43
"matchStrings" : [
42
- "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)( versioning=(?<versioning>.+?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.+?))?\\s.*(=|: \\s+) \"?(?<currentValue>.+?)\"?\\s" ,
44
+ "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)( versioning=(?<versioning>.+?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.+?))?\\s.*[=:] \\s* \"?(?<currentValue>.+?)\"?\\s" ,
43
45
] ,
44
46
"versioningTemplate" : "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" ,
45
47
"extractVersionTemplate" : "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}" ,
Original file line number Diff line number Diff line change 24
24
paths :
25
25
- " .github/renovate.json5"
26
26
schedule :
27
- - cron : " 3 3 * * * "
27
+ - cron : " 3,13,23,33 3 * * 0 "
28
28
29
29
env :
30
30
LOG_LEVEL : info
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Based on: CentOS-${CENTOS_VERSION}-${CENTOS_ARCH}-${CENTOS_TYPE}-${CENTOS_TAG}.i
72
72
### Preconfigured installation
73
73
74
74
See the [ kickstart file] ( https://github.com/ruzickap/packer-templates/blob/main/http/centos${CENTOS_VERSION}/my-ks.cfg )
75
- and Ansible [ playbook] ( https://github.com/ruzickap/packer-templates/tree/master /ansible ) .
75
+ and Ansible [ playbook] ( https://github.com/ruzickap/packer-templates/tree/main /ansible ) .
76
76
77
77
* en_US.UTF-8
78
78
* keymap for standard US keyboard
@@ -85,8 +85,8 @@ and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/master/
85
85
86
86
---
87
87
88
- * added packages: see the [ Common list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master /vars/main.yml )
89
- and [ CentOS list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master /vars/RedHat.yml )
88
+ * added packages: see the [ Common list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main /vars/main.yml )
89
+ and [ CentOS list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main /vars/RedHat.yml )
90
90
* mouse disabled in Midnight Commander + other MC customizations
91
91
* preconfigured snmpd, vim, screen
92
92
* logrotate using xz instead of gzip
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Drivers / Devices added for the VMs for specific providers.
69
69
### Preconfigured installation
70
70
71
71
See the [ preseed file] ( https://github.com/ruzickap/packer-templates/blob/main/http/ubuntu-${UBUNTU_TYPE}/my-preseed.cfg )
72
- and Ansible [ playbook] ( https://github.com/ruzickap/packer-templates/tree/master /ansible/ )
72
+ and Ansible [ playbook] ( https://github.com/ruzickap/packer-templates/tree/main /ansible/ )
73
73
74
74
* en_US.UTF-8
75
75
* keymap for standard US keyboard
@@ -82,8 +82,8 @@ and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/master/
82
82
83
83
---
84
84
85
- * added packages: see the [ Common list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master /vars/main.yml )
86
- and [ Debian list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master /vars/Debian.yml )
85
+ * added packages: see the [ Common list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main /vars/main.yml )
86
+ and [ Debian list] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main /vars/Debian.yml )
87
87
* mouse disabled in Midnight Commander + other MC customizations
88
88
* preconfigured snmpd, vim, screen
89
89
* logrotate using xz instead of gzip
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Installed components via Ansible playbook [win-simple.yml](https://github.com/ru
121
121
122
122
---
123
123
124
- * added packages: see the [ common_windows_packages] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master /vars/Windows.yml )
124
+ * added packages: see the [ common_windows_packages] ( https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main /vars/Windows.yml )
125
125
126
126
### Additional Drivers installed for VirtualBox boxes
127
127
You can’t perform that action at this time.
0 commit comments