Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot] 075e1f91ca
fix(deps): update dependency ansible-core to v2.14.15 (#681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 09:59:00 +02:00
Robert Kaussow 4cf63bf2fe
separate minor-patch for ansible deps 2024-04-12 09:23:00 +02:00
renovate[bot] e3f797d5e3
chore(deps): lock file maintenance (#677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 09:18:07 +02:00
3 changed files with 10 additions and 5 deletions

8
poetry.lock generated
View File

@ -2,13 +2,13 @@
[[package]]
name = "ansible-core"
version = "2.14.14"
version = "2.14.15"
description = "Radically simple IT automation"
optional = true
python-versions = ">=3.9"
files = [
{file = "ansible-core-2.14.14.tar.gz", hash = "sha256:f06a94a88a372d4db4b3973e465022fbe3545602580864115d21a280accb7ca3"},
{file = "ansible_core-2.14.14-py3-none-any.whl", hash = "sha256:d1d282b71b9d8fdd515ae045e5909cfa393cfa0e9fecaae2dbbb4d326ab58681"},
{file = "ansible-core-2.14.15.tar.gz", hash = "sha256:f987222edf3ac1d1a7ca1356e9f4818fbe9222c13681436ebc19fdf9af994e9d"},
{file = "ansible_core-2.14.15-py3-none-any.whl", hash = "sha256:bbd58ab13d9124e19a1c415667883104fd36d7688593f4f22b4b7d2ea1dcfa67"},
]
[package.dependencies]
@ -907,4 +907,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "e92c060dc69bbdd944b80ab2cd7cc94807e64c23bb59ecf0866cc9b53b424064"
content-hash = "bc1ac628eb47ce97cd407206088c7d3ca1d85198261486af0308e085d3a07b3b"

View File

@ -41,7 +41,7 @@ pathspec = "0.12.1"
python = "^3.9.0"
python-json-logger = "2.0.7"
"ruamel.yaml" = "0.18.6"
ansible-core = { version = "2.14.14", optional = true }
ansible-core = { version = "2.14.15", optional = true }
[tool.poetry.extras]
ansible-core = ["ansible-core"]

View File

@ -2,6 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets"],
"packageRules": [
{
"description": "Ansible base dependencies",
"matchPackageNames": ["ansible-core"],
"separateMinorPatch": true
},
{
"matchManagers": ["woodpecker"],
"matchFileNames": [".woodpecker/test.yml"],