From b38480f48a31586a1274662343802447ef512c7a Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Wed, 29 Jan 2025 21:39:33 -0600 Subject: [PATCH 1/2] Add weekly dependabot checks --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..6a7695c066 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" From 35e4cb3541dd24a8280bcd9e8622536b0522938b Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 24 Mar 2025 11:40:20 -0500 Subject: [PATCH 2/2] Merge configs & remove from wrong location --- .github/dependabot.yml | 4 ++++ .github/workflows/dependabot.yml | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e642810bbb..8bacc0bac1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: pip + directory: / + schedule: + interval: weekly - package-ecosystem: github-actions directory: / schedule: diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 6a7695c066..0000000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly"