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

Commit 3f3745a

Browse files
Update dependency ansible to v5.9.0 (#400)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f9e350b commit 3f3745a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"regexManagers": [
3636
{
3737
"fileMatch": [
38-
"^\\.github/workflows/.*\\.yml$",
38+
"^\\.github/workflows/.*\\.ya?ml$",
3939
"^ansible/win-simple\\.yml$",
4040
],
4141
"matchStrings": [

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
- "true"
6262
required: false
6363
schedule:
64-
- cron: '0 1 1 * *'
64+
- cron: "0 1 1 * *"
6565

6666
env:
6767
PACKER_IMAGES_OUTPUT_DIR: /var/tmp/packer-templates-images
@@ -207,7 +207,7 @@ jobs:
207207
brew install --cask virtualbox-extension-pack
208208
fi
209209
# renovate: datasource=pypi depName=ansible
210-
ANSIBLE_VERSION="5.8.0"
210+
ANSIBLE_VERSION="5.9.0"
211211
pip3 install ansible=="${ANSIBLE_VERSION}"
212212
if [[ "${BUILD}" =~ windows ]]; then
213213
# renovate: datasource=pypi depName=pywinrm
@@ -272,7 +272,7 @@ jobs:
272272
fi
273273
done
274274
275-
- name: Verify if the boxes are avaiable on the Vagrant Cloud
275+
- name: Verify if the boxes are available on the Vagrant Cloud
276276
run: |
277277
set -euxo pipefail
278278

.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: "4 4 * * *"
27+
- cron: "3 3 * * *"
2828

2929
env:
3030
LOG_LEVEL: info

0 commit comments

Comments
 (0)