This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
"regexManagers" : [
36
36
{
37
37
"fileMatch" : [
38
- "^\\.github/workflows/.*\\.yml $" ,
38
+ "^\\.github/workflows/.*\\.ya?ml $" ,
39
39
"^ansible/win-simple\\.yml$" ,
40
40
] ,
41
41
"matchStrings" : [
Original file line number Diff line number Diff line change 61
61
- " true"
62
62
required : false
63
63
schedule :
64
- - cron : ' 0 1 1 * *'
64
+ - cron : " 0 1 1 * *"
65
65
66
66
env :
67
67
PACKER_IMAGES_OUTPUT_DIR : /var/tmp/packer-templates-images
@@ -207,7 +207,7 @@ jobs:
207
207
brew install --cask virtualbox-extension-pack
208
208
fi
209
209
# renovate: datasource=pypi depName=ansible
210
- ANSIBLE_VERSION="5.8 .0"
210
+ ANSIBLE_VERSION="5.9 .0"
211
211
pip3 install ansible=="${ANSIBLE_VERSION}"
212
212
if [[ "${BUILD}" =~ windows ]]; then
213
213
# renovate: datasource=pypi depName=pywinrm
@@ -272,7 +272,7 @@ jobs:
272
272
fi
273
273
done
274
274
275
- - name : Verify if the boxes are avaiable on the Vagrant Cloud
275
+ - name : Verify if the boxes are available on the Vagrant Cloud
276
276
run : |
277
277
set -euxo pipefail
278
278
Original file line number Diff line number Diff line change 24
24
paths :
25
25
- " .github/renovate.json5"
26
26
schedule :
27
- - cron : " 4 4 * * *"
27
+ - cron : " 3 3 * * *"
28
28
29
29
env :
30
30
LOG_LEVEL : info
You can’t perform that action at this time.
0 commit comments