Compare commits

3 Commits

Author SHA1 Message Date
Michachatz 27eadc840d Merge pull request #1 from Michatec/renovate/configure
Configure Renovate
2026-05-26 00:08:30 +02:00
Michachatz 2d4d48c45c Fixed the command 2026-05-11 11:58:33 +02:00
renovate[bot] 5c2d882b45 Add renovate.json 2026-05-09 02:54:10 +00:00
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ MiniFacebook is a minimalist social network built with [Flask](https://flask.pal
2. **Install dependencies**
```sh
pip install -r requirments.txt
pip install -r requirements.txt
```
3. **Setup the .env file**
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}