Skip to content

Commit

Permalink
Improve renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jul 8, 2022
1 parent bb7e89e commit df09023
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"matchUpdateTypes": ["minor"],
"automergeType": "branch",
"automerge": true,
"ignoreTests": true,
"schedule": ["on Sunday"],
},

{
Expand All @@ -39,7 +41,7 @@
"^ansible/win-simple\\.yml$",
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)( versioning=(?<versioning>.+?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.+?))?\\s.*(=|:\\s+)\"?(?<currentValue>.+?)\"?\\s",
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)( versioning=(?<versioning>.+?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.+?))?\\s.*[=:]\\s*\"?(?<currentValue>.+?)\"?\\s",
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
paths:
- ".github/renovate.json5"
schedule:
- cron: "3 3 * * *"
- cron: "3,13,23,33 3 * * 0"

env:
LOG_LEVEL: info
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ begins with "my_" - they are preconfigured with [Ansible role](https://github.co

* there are usually many customization depends on distribution - all are
described in [Ansible playbook](https://github.com/ruzickap/packer-templates/blob/main/ansible/site.yml).
* added packages: see the [Common list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/main.yml)
and [Debian list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/Debian.yml)
or [CentOS list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/RedHat.yml)
* added packages: see the [Common list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/main.yml)
and [Debian list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/Debian.yml)
or [CentOS list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/RedHat.yml)
* mouse disabled in Midnight Commander + other MC customizations
* preconfigured snmpd, vim, screen
* logrotate using xz instead of gzip
Expand All @@ -97,8 +97,8 @@ begins with "my_" - they are preconfigured with [Ansible role](https://github.co

### Customized Windows 10 installation

* added packages: see the [common_windows_packages](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/Windows.yml)
* Additional configuration done via Ansible playbook [Win32NT-common.yml](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/tasks/Win32NT-common.yml)
* added packages: see the [common_windows_packages](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/Windows.yml)
* Additional configuration done via Ansible playbook [Win32NT-common.yml](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/tasks/Win32NT-common.yml)

### Additional Drivers installed for libvirt boxes - [VirtIO](https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers)

Expand Down
6 changes: 3 additions & 3 deletions templates/my_centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Based on: CentOS-${CENTOS_VERSION}-${CENTOS_ARCH}-${CENTOS_TYPE}-${CENTOS_TAG}.i
### Preconfigured installation

See the [kickstart file](https://github.com/ruzickap/packer-templates/blob/main/http/centos${CENTOS_VERSION}/my-ks.cfg)
and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/master/ansible).
and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/main/ansible).

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

---

* added packages: see the [Common list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/main.yml)
and [CentOS list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/RedHat.yml)
* added packages: see the [Common list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/main.yml)
and [CentOS list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/RedHat.yml)
* mouse disabled in Midnight Commander + other MC customizations
* preconfigured snmpd, vim, screen
* logrotate using xz instead of gzip
Expand Down
6 changes: 3 additions & 3 deletions templates/my_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Drivers / Devices added for the VMs for specific providers.
### Preconfigured installation

See the [preseed file](https://github.com/ruzickap/packer-templates/blob/main/http/ubuntu-${UBUNTU_TYPE}/my-preseed.cfg)
and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/master/ansible/)
and Ansible [playbook](https://github.com/ruzickap/packer-templates/tree/main/ansible/)

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

---

* added packages: see the [Common list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/main.yml)
and [Debian list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/Debian.yml)
* added packages: see the [Common list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/main.yml)
and [Debian list](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/Debian.yml)
* mouse disabled in Midnight Commander + other MC customizations
* preconfigured snmpd, vim, screen
* logrotate using xz instead of gzip
Expand Down
2 changes: 1 addition & 1 deletion templates/my_windows-10-enterprise-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Installed components via Ansible playbook [win-simple.yml](https://github.com/ru

---

* added packages: see the [common_windows_packages](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/Windows.yml)
* added packages: see the [common_windows_packages](https://github.com/ruzickap/ansible-role-my_common_defaults/blob/main/vars/Windows.yml)

### Additional Drivers installed for VirtualBox boxes

Expand Down

0 comments on commit df09023

Please sign in to comment.