From da49a73105a2e9119c48181b6ed4b304d82a1d4b Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Fri, 4 Oct 2024 15:02:01 +0200 Subject: [PATCH] Add Github actions. (#10) --- .github/dependabot.yml | 8 ++++++++ .github/workflows/publish.yml | 2 +- 2 files changed, 9 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..03b0284 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # Necessary to update action hashs. + directory: "/" + schedule: + interval: "weekly" + # Allow up to 3 opened pull requests for github-actions versions. + open-pull-requests-limit: 3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 740f21e..f31185c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,4 +25,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Publish - uses: toitlang/pkg-publish@v1.3.0 + uses: toitlang/pkg-publish@v1.5.0