3 Commits
Author SHA1 Message Date
sixsmith fc4535aafb add renovate.json 2026-07-17 15:39:08 -04:00
sixsmith e93281f4eb fix 2026-06-19 19:18:24 -04:00
sixsmith 79ad1c450a submodule https 2026-06-19 19:13:02 -04:00
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "web"]
path = web
url = ssh://git@git.coopcloud.tech:2222/toolshed/coop-cloud-front.git
url = https://git.coopcloud.tech/toolshed/coop-cloud-front.git
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}