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 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