Change last things to main

This commit is contained in:
Matthias 2021-10-28 19:39:30 +02:00
parent bb81d2e9b1
commit 55b3155924
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ updates:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 10
target-branch: master
target-branch: main

View File

@ -6,7 +6,7 @@ services:
context: .
dockerfile: "./Dockerfile"
image: frequi
# image: freqtradeorg/frequi:master
# image: freqtradeorg/frequi:main
restart: unless-stopped
ports:
- "8080:80"