mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
* delete dbt-tests-adapter and dbt-postgres from dbt-core * update non-code files to reflect change * add changie * update build-dist.sh * update tox.ini * fix build-dist.sh * move adapter tests into /functional dir * remove adapter unit tests * update code comments and README.md
33 lines
714 B
YAML
33 lines
714 B
YAML
version: 2
|
|
updates:
|
|
# python dependencies
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
rebase-strategy: "disabled"
|
|
- package-ecosystem: "pip"
|
|
directory: "/core"
|
|
schedule:
|
|
interval: "daily"
|
|
rebase-strategy: "disabled"
|
|
|
|
# docker dependencies
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
rebase-strategy: "disabled"
|
|
- package-ecosystem: "docker"
|
|
directory: "/docker"
|
|
schedule:
|
|
interval: "weekly"
|
|
rebase-strategy: "disabled"
|
|
|
|
# github dependencies
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
rebase-strategy: "disabled"
|