Enable dependabot updates (#13976)
Fixes https://github.com/matrix-org/synapse/issues/11828pull/13992/head
parent
285b9e9b6c
commit
b2aadd81a8
|
@ -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"
|
|
@ -0,0 +1 @@
|
|||
Enable update notifications from Github's dependabot.
|
Loading…
Reference in New Issue