From ac796ece6e411cedbad531599e7ee3f0cdb805ac Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Tue, 13 Aug 2024 10:16:36 -0400 Subject: [PATCH 1/2] Update to use main branch --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9694b86..fe9819c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,12 +3,12 @@ name: Python Test and Package on: push: branches: - - master + - main tags: - 'v*' pull_request: branches: - - master + - main jobs: package: From 47bc0bfddeb7873f2b0c14b969827dcf649b500e Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Thu, 9 Jan 2025 17:03:14 -0500 Subject: [PATCH 2/2] Add dependabot for Github Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"