Compare commits
3 Commits
bot
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
f52f29bc6b | ||
|
594b532fe7 | ||
|
fb8922f06a |
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@@ -10,8 +10,6 @@ updates:
|
|||||||
directory: "/api"
|
directory: "/api"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
|
||||||
- "H4CK3R-01"
|
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
|
||||||
# Bot
|
# Bot
|
||||||
@@ -19,10 +17,6 @@ updates:
|
|||||||
directory: "/telegram_bot"
|
directory: "/telegram_bot"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
|
||||||
- "NormalParameter"
|
|
||||||
- "Rripped"
|
|
||||||
- "FlorianKellermann"
|
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
@@ -30,6 +24,4 @@ updates:
|
|||||||
directory: "/frontend"
|
directory: "/frontend"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
|
||||||
- "kevinpauer"
|
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
@@ -5,7 +5,7 @@ Flask_SQLAlchemy==2.5.1
|
|||||||
python-dotenv==0.20.0
|
python-dotenv==0.20.0
|
||||||
pymysql==1.0.2
|
pymysql==1.0.2
|
||||||
pyjwt==2.3.0
|
pyjwt==2.3.0
|
||||||
apiflask==1.0.0
|
apiflask==1.1.3
|
||||||
flask-cors==3.0.10
|
flask-cors==3.0.10
|
||||||
bcrypt==3.2.2
|
bcrypt==3.2.2
|
||||||
pytest~=7.1.2
|
pytest~=7.1.2
|
||||||
|
Reference in New Issue
Block a user