From 5dafbcaacd18a6d53286e97da5e0de9c5ca0778b Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 5 Aug 2026 11:09:38 -0700 Subject: [PATCH 1/2] Migrate CI to testitem-workflow v2 --- .github/workflows/juliaci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/juliaci.yml b/.github/workflows/juliaci.yml index 84aae6c..6aa24b5 100644 --- a/.github/workflows/juliaci.yml +++ b/.github/workflows/juliaci.yml @@ -2,14 +2,13 @@ name: Julia CI on: push: {branches: [main,master]} - pull_request: {types: [opened,synchronize,reopened]} + pull_request: {types: [opened,synchronize,reopened,ready_for_review,converted_to_draft]} issue_comment: {types: [created]} - schedule: [{cron: '0 0 * * *'}] - workflow_dispatch: {inputs: {feature: {type: choice, description: What to run, options: [CompatHelper,DocDeploy,LintAndTest,TagBot]}}} + workflow_dispatch: {inputs: {feature: {type: choice, description: What to run, options: [DocDeploy,LintAndTest,TagBot]}}} jobs: julia-ci: - uses: julia-testitems/testitem-workflow/.github/workflows/juliaci.yml@v1 + uses: julia-testitems/testitem-workflow/.github/workflows/juliaci.yml@v2 with: include-all-compatible-minor-versions: true include-rc-versions: true From d33e57e88caca08e53f4b504e5ce47b1321e2d20 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 5 Aug 2026 11:09:40 -0700 Subject: [PATCH 2/2] Add dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4e00cd8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "julia" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file