From d09297cb217ac8bc4e2c21f8d9d77bc7e67e81a9 Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Fri, 17 Nov 2023 12:57:11 +0100 Subject: [PATCH] update yaml, dependabot --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/main.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..90e05c40 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b20b51c8..218ecee9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: - run: sudo apt-get update && sudo apt-get install ghostscript - name: Install TeX Live id: texlive - uses: zauguin/install-texlive@v3 + uses: zauguin/install-texlive@v4 with: # List the required TeX Live packages in a separate file to allow reuse in # different workflows.