mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-01 04:09:07 +01:00
18 lines
501 B
YAML
18 lines
501 B
YAML
|
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"
|