[latex3-commits] [latex3/pdfresources] remove-ltxcmds: adapt main.yaml, add dependabot (49c90e4)
github at latex-project.org
github at latex-project.org
Tue Nov 14 15:36:23 CET 2023
Repository : https://github.com/latex3/pdfresources
On branch : remove-ltxcmds
Link : https://github.com/latex3/pdfresources/commit/49c90e49d0abdf25e45d2f35a707d845341a21de
>---------------------------------------------------------------
commit 49c90e49d0abdf25e45d2f35a707d845341a21de
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Nov 14 15:36:23 2023 +0100
adapt main.yaml, add dependabot
>---------------------------------------------------------------
49c90e49d0abdf25e45d2f35a707d845341a21de
.github/dependabot.yml | 11 +++++++++++
.github/workflows/main.yaml | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..90e05c4
--- /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 57aac7a..384abbe 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -12,7 +12,7 @@ jobs:
cache_key: ${{ steps.texlive.outputs.cache_key }}
steps:
- name: Checkout repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
- run: sudo apt-get update && sudo apt-get install ghostscript
- name: Install TeX Live
id: texlive
More information about the latex3-commits
mailing list.