mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-08 16:38:14 +03:00
Compare commits
3 Commits
v0.2.13
...
9ffff49ef8
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ffff49ef8 | |||
| 113974cccc | |||
| 2c41273c9f |
@@ -0,0 +1,23 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns: ["*"]
|
||||||
|
labels: ["dependencies"]
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
python-deps:
|
||||||
|
patterns: ["*"]
|
||||||
|
labels: ["dependencies"]
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore"
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["github>mrlesmithjr/renovate-config"]
|
||||||
|
}
|
||||||
@@ -17,7 +17,7 @@ click-help-colors==0.9.1 ; python_version >= "3.9" and python_version < "4.0"
|
|||||||
click==8.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
click==8.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
|
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
|
||||||
cookiecutter==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
|
cookiecutter==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cryptography==41.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
cryptography==46.0.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
dill==0.3.6 ; python_version >= "3.9" and python_version < "4.0"
|
dill==0.3.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
distlib==0.3.6 ; python_version >= "3.9" and python_version < "4.0"
|
distlib==0.3.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
enrich==1.2.7 ; python_version >= "3.9" and python_version < "4.0"
|
enrich==1.2.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
ansible-core==2.13.10 ; python_version >= "3.9" and python_version < "4.0"
|
ansible-core==2.13.10 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ansible==6.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
ansible==6.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0"
|
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cryptography==41.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
cryptography==46.0.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
|
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user