diff --git a/.changes/unreleased/Under the Hood-20240410-184109.yaml b/.changes/unreleased/Under the Hood-20240410-184109.yaml new file mode 100644 index 00000000..c0fc5b92 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240410-184109.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Update dependabot config to cover GHA +time: 2024-04-10T18:41:09.719652-04:00 +custom: + Author: mikealfare + Issue: "161" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a6f3449..02f010c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,17 @@ version: 2 updates: - # python dependencies - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" rebase-strategy: "disabled" + - package-ecosystem: "pip" + directory: "/dbt-tests-adapter" + schedule: + interval: "daily" + rebase-strategy: "disabled" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + rebase-strategy: "disabled"