From dc36e733c1661e1b1ab23ed0356ad668a4b14984 Mon Sep 17 00:00:00 2001 From: Julian Trommer Date: Wed, 17 Jul 2024 09:01:08 +0200 Subject: [PATCH] Added dependabot action --- .github/dependabot.yml | 9 +++++++++ .github/workflows/Documentation.yml | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..47098b0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + labels: + - "dependencies" + - "github-actions" \ No newline at end of file diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 4067816..b22fbc5 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -11,6 +11,7 @@ on: - '.github/workflows/Documentation.yml' tags: - '*' + workflow_dispatch: jobs: build: @@ -23,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Julia" - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@latest with: version: '1.10' arch: x64