mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2025-12-26 16:07:50 +01:00
22 lines
465 B
YAML
22 lines
465 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: pip
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: pip
|
|
directory: "/docs"
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
versioning-strategy: lockfile-only
|
|
allow:
|
|
- dependency-type: "all"
|