Add Dependabot configuration for weekly dependency updates and update VSCode settings for YAML schemas

This commit is contained in:
Phillip Kühne 2024-09-27 11:01:19 +02:00
parent cc4c538e91
commit 555cdda631
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA
2 changed files with 11 additions and 0 deletions

View File

@ -10,5 +10,8 @@
"python.testing.unittestEnabled": true, "python.testing.unittestEnabled": true,
"emmet.includeLanguages": { "emmet.includeLanguages": {
"django-html": "html" "django-html": "html"
},
"yaml.schemas": {
"https://json.schemastore.org/dependabot-2.0.json": "file:///home/phillip/Projekte/Software/StuK/karaoqueue/dependabot.yml"
} }
} }

8
dependabot.yml Normal file
View File

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/backend"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"