Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 4406d0b

Browse files
committed
Improve renovate
1 parent 79f8771 commit 4406d0b

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/renovate.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"matchUpdateTypes": ["minor"],
2222
"automergeType": "branch",
2323
"automerge": true,
24+
"ignoreTests": true,
25+
"schedule": ["on Sunday"],
2426
},
2527

2628
{
@@ -39,7 +41,7 @@
3941
"^ansible/win-simple\\.yml$",
4042
],
4143
"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",
4345
],
4446
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
4547
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
paths:
2525
- ".github/renovate.json5"
2626
schedule:
27-
- cron: "3 3 * * *"
27+
- cron: "3,13,23,33 3 * * 0"
2828

2929
env:
3030
LOG_LEVEL: info

templates/my_centos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Based on: CentOS-${CENTOS_VERSION}-${CENTOS_ARCH}-${CENTOS_TYPE}-${CENTOS_TAG}.i
7272
### Preconfigured installation
7373

7474
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).
7676

7777
* en_US.UTF-8
7878
* keymap for standard US keyboard
@@ -85,8 +85,8 @@ and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/master/
8585

8686
---
8787

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)
9090
* mouse disabled in Midnight Commander + other MC customizations
9191
* preconfigured snmpd, vim, screen
9292
* logrotate using xz instead of gzip

templates/my_ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Drivers / Devices added for the VMs for specific providers.
6969
### Preconfigured installation
7070

7171
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/)
7373

7474
* en_US.UTF-8
7575
* keymap for standard US keyboard
@@ -82,8 +82,8 @@ and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/master/
8282

8383
---
8484

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)
8787
* mouse disabled in Midnight Commander + other MC customizations
8888
* preconfigured snmpd, vim, screen
8989
* logrotate using xz instead of gzip

templates/my_windows-10-enterprise-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Installed components via Ansible playbook [win-simple.yml](https://github.com/ru
121121

122122
---
123123

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)
125125

126126
### Additional Drivers installed for VirtualBox boxes
127127

0 commit comments

Comments
 (0)