From 55272f900c98f079120a67b997ccd0bcce1f4963 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 8 Feb 2024 13:00:43 -0500 Subject: [PATCH 1/3] update actions version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9a2348..9e57307 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install and build From 4c882ee01318adc0f236b5937709e57d8a762312 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 26 Feb 2024 09:44:00 -0500 Subject: [PATCH 2/3] update dependencies monthly --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c956d69 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + time: "03:00" + + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + time: "03:00" From 5219102a4b06192cb503327af9250c475bdae428 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Wed, 28 Feb 2024 13:52:22 -0500 Subject: [PATCH 3/3] only keep GitHub Actions updated for now --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c956d69..2272442 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,3 @@ updates: interval: monthly time: "03:00" - # Maintain dependencies for pip - - package-ecosystem: "pip" - directory: "/" - target-branch: "main" - schedule: - interval: monthly - time: "03:00"