chore: set lxc storage location to local
This commit is contained in:
@ -22,7 +22,7 @@ resource "proxmox_lxc" "gtar" {
|
|||||||
swap = "512"
|
swap = "512"
|
||||||
|
|
||||||
rootfs {
|
rootfs {
|
||||||
storage = "local-zfs"
|
storage = "local"
|
||||||
size = "8G"
|
size = "8G"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
25
renovate.json
Normal file
25
renovate.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>RenovateBot/renovate-config",
|
||||||
|
":semanticCommitTypeAll(chore)"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"schedule": ["every hour"],
|
||||||
|
"commitBodyTable": true,
|
||||||
|
"ignoreTests": true,
|
||||||
|
"major": {
|
||||||
|
"automerge": false,
|
||||||
|
"commitMessagePrefix": "chore(deps-major): ",
|
||||||
|
"labels": ["dependencies", "breaking"]
|
||||||
|
},
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"fileMatch": ["(^|/)tasks/.*\\.ya?ml$", "(^|/)playbooks/.*\\.ya?ml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"(?<varName>\\w+_image):\\s+\"(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\""
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "docker"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user