Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot f56a0bc85a Add renovate.json 2026-03-10 17:37:21 +00:00
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ Custom HTML website, served using thttpd
5. `abra app deploy YOURAPPDOMAIN`
6. Copy your files to the container, using something like
```
abra app cp YOURAPPDOMAIN index.html app:/var/www/http
abra app YOURAPPDOMAIN cp index.html app:/content
```
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}