0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 03:23:45 +02:00

Enable dependabot updates (#13976)

Fixes https://github.com/matrix-org/synapse/issues/11828
This commit is contained in:
Richard van der Hoff 2022-09-30 14:28:34 +01:00 committed by GitHub
parent 285b9e9b6c
commit b2aadd81a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
version: 2
updates:
- # "pip" is the correct setting for poetry, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

1
changelog.d/13976.misc Normal file
View file

@ -0,0 +1 @@
Enable update notifications from Github's dependabot.